Gets or sets the pay group.
Syntax
'Declaration
Public Overridable Property PayGroup As String
'Usage
Dim instance As Employment
Dim value As String
instance.PayGroup = value
value = instance.PayGroup
public virtual string PayGroup {get; set;}
public read-write property PayGroup: String; virtual;
public function get,set PayGroup : String
public: __property virtual string* get_PayGroup();
public: __property virtual void set_PayGroup(
string* value
);
public:
virtual property String^ PayGroup {
String^ get();
void set ( String^ value);
}
Property Value
The pay group.
See Also