FileSystemEntryIsTenantIdAvailable Property |
Gets a value indicating whether the
TenantId property can be accessed without throwing an exception.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic bool IsTenantIdAvailable { get; }
Public ReadOnly Property IsTenantIdAvailable As Boolean
Get
public:
property bool IsTenantIdAvailable {
bool get ();
}
member IsTenantIdAvailable : bool with get
Property Value
Type:
Boolean
See Also