DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / BulkData Class / uuid Property






In This Topic
    uuid Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property uuid As System.String
    'Usage
     
    
    Dim instance As BulkData
    Dim value As System.String
     
    instance.uuid = value
     
    value = instance.uuid
    [System.Xml.Serialization.XmlAttribute()]
    public System.string uuid {get; set;}
    public read-write property uuid: System.String; 
    System.Xml.Serialization.XmlAttributeAttribute()
    public function get,set uuid : System.String
    [System.Xml.Serialization.XmlAttribute()]
    public: __property System.string* get_uuid();
    public: __property void set_uuid( 
       System.string* value
    );
    [System.Xml.Serialization.XmlAttribute()]
    public:
    property System.String^ uuid {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also