Compartir a través de


Group.DomainScope Propiedad

Gets or sets the domain scope of the group.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property DomainScope As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The domain scope of the group.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel