Get the URL of the Asset, which is the URL of its default member.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
string Url { get; }
Visual Basic
ReadOnly Property Url As String
	Get
Visual C++
property String^ Url {
	String^ get ();
}

Remarks

Null value will be returned if no default member exists

See Also