XdsObjects Help file
XdsObjects Namespace / XdsImagingRetrieveRequest Class / RepositoryURL Property



In This Topic
    RepositoryURL Property
    In This Topic
    In the case where the Repository is also handling the ImagingRetrieveRequest, this property might be handy in setting up the Request object
    Syntax
    Public Property RepositoryURL As String
    Dim instance As XdsImagingRetrieveRequest
    Dim value As String
     
    instance.RepositoryURL = value
     
    value = instance.RepositoryURL
    public string RepositoryURL {get; set;}
    public:
    property String^ RepositoryURL {
       String^ get();
       void set (    String^ value);
    }
    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