PayGroup
Syntax
'Declaration
Public Property PayGroup As String
'Usage
Dim instance As WorkHistoryEntry
Dim value As String
instance.PayGroup = value
value = instance.PayGroup
public string PayGroup {get; set;}
public read-write property PayGroup: String;
public function get,set PayGroup : String
public: __property string* get_PayGroup();
public: __property void set_PayGroup(
string* value
);
public:
property String^ PayGroup {
String^ get();
void set ( String^ value);
}
See Also