DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomUserIdentity Class / PrimaryField Property






In This Topic
    PrimaryField Property
    In This Topic
    Primary identity value
    Syntax
    'Declaration
     
    
    Public Property PrimaryField As System.Byte()
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value() As System.Byte
     
    instance.PrimaryField = value
     
    value = instance.PrimaryField
    public System.byte[] PrimaryField {get; set;}
    public read-write property PrimaryField: System.array of Byte; 
    public function get,set PrimaryField : System.byte[]
    public: __property System.byte[]* get_PrimaryField();
    public: __property void set_PrimaryField( 
       System.byte[][]* value
    );
    public:
    property System.array<byte>^ PrimaryField {
       System.array<byte>^ get();
       void set (    System.array<byte>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also