Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property UserInformationCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int UserInformationCount {get;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_UserInformationCount(); |
Return Value
The number of User-defined items in the DICOM Associate.For an exmple, refer to IsRoleSelect.
For more information about User-defined items, refer to AddUserInformation.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomAssociate ClassDicomAssociate Members
GetUserInformationType Method
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
GetUserInformationData Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method
AddUserInformation(Byte,Byte[]) Method
DeleteUserInformation Method