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 (24.3.0.1000)
Syntax public Guid? TenantId {
[ObsoleteAttribute("Use TenantIds or SingleTenantId")]
get;
set; }
Public Property TenantId As Guid?
<ObsoleteAttribute("Use TenantIds or SingleTenantId")>
Get
Set
public:
property Nullable<Guid> TenantId {
[ObsoleteAttribute(L"Use TenantIds or SingleTenantId")]
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member TenantId : Nullable<Guid> with
[<ObsoleteAttribute("Use TenantIds or SingleTenantId")>]
get, set
Property Value
Type:
NullableGuidSee Also