DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomContext Class / ContextID Property



In This Topic
    ContextID Property
    In This Topic
    Uniquely identifies a presentation context for a given association
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ContextID As Byte
    'Usage
     
    
    Dim instance As DicomContext
    Dim value As Byte
     
    value = instance.ContextID
    public byte ContextID {get;}
    public:
    property byte ContextID {
       byte get();
    }
    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