Group's ID number
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> GroupId { get; set; }
Public Property GroupId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> GroupId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member GroupId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also