Partager via


GroupUserName propriété

The name of a group or user.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (dans ReportService2005.dll)

Syntaxe

'Déclaration
Public Property GroupUserName As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String
A String value.