DicomObjects.NET.V8
DicomObjects.DicomWeb.Internal Namespace / NamePart Class / NamePart Constructor / NamePart Constructor(String)



In This Topic
    NamePart Constructor(String)
    In This Topic
    Internal Use Only
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal p As String _
    )
    'Usage
     
    Dim p As String
     
    Dim instance As New NamePart(p)
    public NamePart( 
       string p
    )
    public:
    NamePart( 
       String^ p
    )

    Parameters

    p
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also