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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also