SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_GROUP プロパティ
取得または、Project Server のセキュリティ グループに関連付けられている Active Directory グループの名前を設定します。
名前空間: WebSvcSecurity
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property WSEC_GRP_AD_GROUP As String
Get
Set
'使用
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As String
value = instance.WSEC_GRP_AD_GROUP
instance.WSEC_GRP_AD_GROUP = value
public string WSEC_GRP_AD_GROUP { get; set; }
プロパティ値
関連項目
参照先
SecurityGroupsDataSet.SecurityGroupsRow クラス