DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class / Identity Property



In This Topic
    Identity Property
    In This Topic
    The user identity to use for an association
    Syntax
    'Declaration
     
    Public Property Identity As DicomUserIdentity
    'Usage
     
    Dim instance As DicomAssociation
    Dim value As DicomUserIdentity
     
    instance.Identity = value
     
    value = instance.Identity
    public DicomUserIdentity Identity {get; set;}
    public:
    property DicomUserIdentity^ Identity {
       DicomUserIdentity^ get();
       void set (    DicomUserIdentity^ value);
    }
    Remarks
    When used as an initiator, this should be set before the call to Open
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also