Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of a group or user.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Property GroupUserName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String value that contains the name of a group or user.