 | RefURIAttributeTypeTheUri Property |
Gets or sets the URI.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic Uri TheUri { get; set; }
Public Property TheUri As Uri
Get
Set
public:
property Uri^ TheUri {
Uri^ get ();
void set (Uri^ value);
}
Property Value
UriThe URI.
See Also