BuiltInResourceInfoDataTenantId Property

Gets the tenant identifier.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[DataMemberAttribute(Name = "tenantId", EmitDefaultValue = false)]
public Nullable<Guid> TenantId { get; set; }

Property Value

Type: NullableGuid
The tenant identifier.
See Also