DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomUserIdentity Class / SecondaryField Property



In This Topic
    SecondaryField Property
    In This Topic
    Secondary identity value
    Syntax
    'Declaration
     
    
    Public Property SecondaryField As Byte()
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value() As Byte
     
    instance.SecondaryField = value
     
    value = instance.SecondaryField
    public byte[] SecondaryField {get; set;}
    public:
    property array<byte>^ SecondaryField {
       array<byte>^ get();
       void set (    array<byte>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also