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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also