DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Name Property






In This Topic
    Name Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public Property Name As System.String
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.String
     
    instance.Name = value
     
    value = instance.Name
    [System.ComponentModel.Browsable(false)]
    public System.string Name {get; set;}
    public read-write property Name: System.String; 
    System.ComponentModel.BrowsableAttribute()
    public function get,set Name : System.String
    [System.ComponentModel.Browsable(false)]
    public: __property System.string* get_Name();
    public: __property void set_Name( 
       System.string* value
    );
    [System.ComponentModel.Browsable(false)]
    public:
    property System.String^ Name {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also