Właściwość Policy.GroupUserName
Pobiera lub ustawia nazwę grupy lub użytkownika.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property GroupUserName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera nazwę grupy lub użytkownika.