MembershipBaseObjectDataTenantId Property |
Gets or sets the value corresponding to
TenantId.
Namespace:
Dundas.BI.AccountServices.Extensibility
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
See Also