Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The name of a group or user.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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.