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



    Identity Property
    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
    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