DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / NamePart Class / GivenName Property



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also