Interface IKnownResource
Interface for resources that have a known identity.
Namespace: Reaqtor
Assembly: Reaqtor.Shared.Model.dll
Syntax
public interface IKnownResource
Properties
Uri
Gets the URI that identifies the resource.
Declaration
Uri Uri { get; }
Property Value
Type | Description |
---|---|
System.Uri |