Compartir a través de


Policy.GroupUserName Propiedad

Gets or sets the name of a group or user.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property GroupUserName As String 
    Get 
    Set
'Uso
Dim instance As Policy 
Dim value As String 

value = instance.GroupUserName

instance.GroupUserName = value
public string GroupUserName { get; set; }
public:
property String^ GroupUserName {
    String^ get ();
    void set (String^ value);
}
member GroupUserName : string with get, set
function get GroupUserName () : String 
function set GroupUserName (value : String)

Valor de la propiedad

Tipo: System.String
A String value that contains the name of a group or user.

Vea también

Referencia

Policy Clase

Espacio de nombres ReportService2010