DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / NamePart Class / NamePrefix Property






In This Topic
    NamePrefix Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute()>
    Public Property NamePrefix As System.String
    'Usage
     
    
    Dim instance As NamePart
    Dim value As System.String
     
    instance.NamePrefix = value
     
    value = instance.NamePrefix
    [System.Xml.Serialization.XmlElement()]
    public System.string NamePrefix {get; set;}
    public read-write property NamePrefix: System.String; 
    System.Xml.Serialization.XmlElementAttribute()
    public function get,set NamePrefix : System.String
    [System.Xml.Serialization.XmlElement()]
    public: __property System.string* get_NamePrefix();
    public: __property void set_NamePrefix( 
       System.string* value
    );
    [System.Xml.Serialization.XmlElement()]
    public:
    property System.String^ NamePrefix {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also