'Declaration
Public Function ShouldSerializePayGroup() As Boolean
'Usage
Dim instance As WorkHistoryEntry Dim value As Boolean value = instance.ShouldSerializePayGroup()
public bool ShouldSerializePayGroup()
public function ShouldSerializePayGroup(): Boolean;
public function ShouldSerializePayGroup() : boolean;
public: bool ShouldSerializePayGroup();
public: bool ShouldSerializePayGroup();
Return Value
true
if PayGroup has a value, false
otherwise.