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



In This Topic
    PrimaryField Property
    In This Topic
    Primary identity value
    Syntax
    'Declaration
     
    
    Public Property PrimaryField As Byte()
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value() As Byte
     
    instance.PrimaryField = value
     
    value = instance.PrimaryField
    public byte[] PrimaryField {get; set;}
    public:
    property array<byte>^ PrimaryField {
       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