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



In This Topic
    uuid Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property uuid As String
    'Usage
     
    Dim instance As BulkData
    Dim value As String
     
    instance.uuid = value
     
    value = instance.uuid
    public string uuid {get; set;}
    public:
    property String^ uuid {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also