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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also