DomainScope 屬性
The domain scope of the group.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property DomainScope As String
Get
Set
'用途
Dim instance As Group
Dim value As String
value = instance.DomainScope
instance.DomainScope = value
public string DomainScope { get; set; }
public:
property String^ DomainScope {
String^ get ();
void set (String^ value);
}
member DomainScope : string with get, set
function get DomainScope () : String
function set DomainScope (value : String)
屬性值
型別:System. . :: . .String
A string value.