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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also