DeleteOldEntityOptionsTenantIds Property |
Gets or sets the list of tenant IDs; only entities corresponding to the specified tenants will be processed.
If or empty, all tenants will be processed.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "tenantIds", EmitDefaultValue = false)]
public IList<Guid?> TenantIds { get; set; }
<DataMemberAttribute(Name := "tenantIds", EmitDefaultValue := false)>
Public Property TenantIds As IList(Of Guid?)
Get
Set
public:
[DataMemberAttribute(Name = L"tenantIds", EmitDefaultValue = false)]
property IList<Nullable<Guid>>^ TenantIds {
IList<Nullable<Guid>>^ get ();
void set (IList<Nullable<Guid>>^ value);
}
[<DataMemberAttribute(Name = "tenantIds", EmitDefaultValue = false)>]
member TenantIds : IList<Nullable<Guid>> with get, set
Property Value
Type:
IListNullableGuidSee Also