MembershipBaseObjectDataTenantIds Property |
Gets or sets the value corresponding to
TenantIds.
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 ICollection<Guid>? TenantIds { get; set; }
Public Property TenantIds As ICollection(Of Guid)
Get
Set
public:
property ICollection<Guid>^ TenantIds {
ICollection<Guid>^ get ();
void set (ICollection<Guid>^ value);
}
member TenantIds : ICollection<Guid> with get, set
Property Value
Type:
ICollectionGuidSee Also