public LabelType LabelType {get; set;}
public read-write property LabelType: LabelType;
public function get,set LabelType : LabelType
public: __property LabelType get_LabelType(); public: __property void set_LabelType( LabelType value );
'Declaration
Public Property LabelType As LabelType
'Usage
Dim instance As DicomLabel Dim value As LabelType instance.LabelType = value value = instance.LabelType