'Declaration
Public Property IdentityType As UserIdentityType
'Usage
Dim instance As DicomUserIdentity Dim value As UserIdentityType instance.IdentityType = value value = instance.IdentityType
public UserIdentityType IdentityType {get; set;}
public read-write property IdentityType: UserIdentityType;
public function get,set IdentityType : UserIdentityType
public: __property UserIdentityType get_IdentityType(); public: __property void set_IdentityType( UserIdentityType value );
public: property UserIdentityType IdentityType { UserIdentityType get(); void set ( UserIdentityType value); }