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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also