UserContextEnterpriseId Property | |
Gets or sets EnterpriseId.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<Guid> EnterpriseId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<Guid> EnterpriseId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
function get_EnterpriseId();
function set_EnterpriseId(value);
Property Value
Type:
NullableGuidSee Also