UserViewModel..::..CompanyId Property
Gets or sets the company identifier.
Namespace:
MichaelBrandonMorris.KingsportMillSafetyTraining.ModelsAssembly: MichaelBrandonMorris.KingsportMillSafetyTraining (in MichaelBrandonMorris.KingsportMillSafetyTraining.dll)
Syntax
[DisplayAttribute] [RangeAttribute] public int CompanyId { get; set; }
<DisplayAttribute> _ <RangeAttribute> _ Public Property CompanyId As Integer Get Set
[DisplayAttribute] [RangeAttribute] public: property int^ CompanyId { int^ get (); void set (int^ value); }