DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / BulkData Class / uri Property



In This Topic
    uri Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property uri As String
    'Usage
     
    Dim instance As BulkData
    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);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also