C#
VB
C++
Gets the number of User-defined items in the DICOM Associate.
public int UserInformationCount { get; }
Public ReadOnly Property UserInformationCount As Integer
public:
property int UserInformationCount {
int get();
}
The number of User-defined items in the DICOM Associate.
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method