DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / NamePart Class / FamilyName Property



In This Topic
    FamilyName Property
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Property FamilyName As String
    'Usage
     
    Dim instance As NamePart
    Dim value As String
     
    instance.FamilyName = value
     
    value = instance.FamilyName
    public string FamilyName {get; set;}
    public:
    property String^ FamilyName {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also