DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.Formatters Namespace / PersonName Class / Alphabetic Property






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also