TenantWarehouseOverrideDataScopeTarget Property |
Gets or sets the scope target.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "st")]
public string? ScopeTarget { get; set; }
<DataMemberAttribute(Name := "st")>
Public Property ScopeTarget As String
Get
Set
public:
[DataMemberAttribute(Name = L"st")]
property String^ ScopeTarget {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "st")>]
member ScopeTarget : string with get, set
Property Value
Type:
StringSee Also