Public Property Uri As String
Dim instance As XdsDocument Dim value As String instance.Uri = value value = instance.Uri
public string Uri {get; set;}
Public Property Uri As String
Dim instance As XdsDocument Dim value As String instance.Uri = value value = instance.Uri
public string Uri {get; set;}
This property corresponds to the XDSDocumentEntry.URI slot
It is really obsolete in XDS.b, but it maintained for backwards compatibilty, and is also used in the XDM profile to hold the (relative) file path.
The string may be of any length - XdsObjcts handles the breaking up or reassembly of "short form" data if necessary.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2