DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / PersonName Class / Alphabetic Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also