XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / Uri Property



In This Topic
    Uri Property
    In This Topic
    The URI from which the document could be retrieved.
    Syntax
    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 String^ Uri {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    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.

    Requirements

    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

    See Also