|
NodeCompanyID Property
|
Company ID field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic int? CompanyID { get; set; }
Public Property CompanyID As Integer?
Get
Set
public:
property Nullable<int> CompanyID {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CompanyID : Nullable<int> with get, set
function get_CompanyID();
function set_CompanyID(value);
View SourceProperty Value
NullableInt32
See Also