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






In This Topic
    CompanyName Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.ComponentModel.DescriptionAttribute("ControlCompanyNameDescr")>
    Public ReadOnly Property CompanyName As System.String
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.String
     
    value = instance.CompanyName
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.Description("ControlCompanyNameDescr")]
    public System.string CompanyName {get;}
    public read-only property CompanyName: System.String; 
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
    System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
    System.ComponentModel.DescriptionAttribute("ControlCompanyNameDescr")
    public function get CompanyName : System.String
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.Description("ControlCompanyNameDescr")]
    public: __property System.string* get_CompanyName();
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.Description("ControlCompanyNameDescr")]
    public:
    property System.String^ CompanyName {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also