GroupUserName プロパティ
グループまたはユーザーの名前を取得または設定します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.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 値です。