AppResourceInfoTenantId Property |
Gets the tenant identifier.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax[DataMemberAttribute(Name = "tid")]
public Nullable<Guid> TenantId { get; }<DataMemberAttribute(Name := "tid")>
Public ReadOnly Property TenantId As Nullable(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"tid")]
property Nullable<Guid> TenantId {
Nullable<Guid> get ();
}[<DataMemberAttribute(Name = "tid")>]
member TenantId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
The tenant identifier.
See Also