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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also