MembershipBaseObjectTenantId Property |
Gets or sets the ID of the tenant associated with the account/group.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Guid? TenantId { get; set; }Public Property TenantId As Guid?
Get
Set
public:
virtual property Nullable<Guid> TenantId {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract TenantId : Nullable<Guid> with get, set
override TenantId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
The ID of the tenant, or
if the account/group is not associated with a tenant.
RemarksThis property can only be set when the account/group is first created.
See Also