Gets the number of Presentation Context entries for the DICOM Associate.
public int PresentationContextCount {get;}
'Declaration
Public ReadOnly Property PresentationContextCount As Integer
'Usage
Dim instance As DicomAssociate
Dim value As Integer
value = instance.PresentationContextCount
public int PresentationContextCount {get;}
get_PresentationContextCount();
public:
property int PresentationContextCount {
int get();
}
Property Value
The number of Presentation Context entries for the DICOM Associate.