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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also