Поделиться через


Свойство Policy.GroupUserName

Gets or sets the name of a group or user.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property GroupUserName As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A String value that contains the name of a group or user.

См. также

Справочник

Policy Класс

Пространство имен ReportService2010