GroupUserName プロパティ

グループまたはユーザーの名前を取得または設定します。

名前空間:  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
グループまたはユーザーの名前を表す String 値です。