'DeclarationPublic Property IdentityType As UserIdentityType
'UsageDim instance As DicomUserIdentity Dim value As UserIdentityType instance.IdentityType = value value = instance.IdentityType
public UserIdentityType IdentityType {get; set;}
public: property UserIdentityType IdentityType { UserIdentityType get(); void set ( UserIdentityType value); }