Policy.GroupUserName Property

 

Applies To: SQL Server 2016 Preview

The name of a group or user.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string GroupUserName { get; set; }
public:
property String^ GroupUserName {
    String^ get();
    void set(String^ value);
}
member GroupUserName : string with get, set
Public Property GroupUserName As String

Property Value

Type: System.String

A String value.

See Also

Policy Class
ReportService2005 Namespace

Return to top