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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also