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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also