'Declaration
Public Property PayType As PayHistoryWageType
'Usage
Dim instance As PayHistoryEntry Dim value As PayHistoryWageType instance.PayType = value value = instance.PayType
public PayHistoryWageType PayType {get; set;}
public read-write property PayType: PayHistoryWageType;
public function get,set PayType : PayHistoryWageType
public: __property PayHistoryWageType get_PayType(); public: __property void set_PayType( PayHistoryWageType value );
public: property PayHistoryWageType PayType { PayHistoryWageType get(); void set ( PayHistoryWageType value); }