Gets the URI of the target resource of the relationship.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public Uri TargetUri { get; internal set; } |
| Visual Basic |
|---|
Public Property TargetUri As Uri Get Friend Set |
| Visual C++ |
|---|
public: property Uri^ TargetUri { Uri^ get (); internal: void set (Uri^ value); } |