Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property UserInformationCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAssociate Dim value As Integer value = instance.UserInformationCount |
C# | |
---|---|
public int UserInformationCount {get;} |
Property Value
The number of User-defined items in the DICOM Associate.For an example, refer to DicomAssociate.IsRoleSelect.
For more information about User-defined items, refer to AddUserInformation(Byte,Byte[]).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
DicomAssociate ClassDicomAssociate Members
GetUserInformationType Method
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
GetUserInformationData Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method
AddUserInformation(Byte,Byte[]) Method
DeleteUserInformation Method