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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also