Tenant.RequireAcceptingAccountMatchInvitedAccount プロパティ
名前空間: Microsoft.Online.SharePoint.TenantAdministration
アセンブリ: Microsoft.Online.SharePoint.Client.Tenant.Silverlight (Microsoft.Online.SharePoint.Client.Tenant.Silverlight.dll 内); Microsoft.Online.SharePoint.Client.Tenant (Microsoft.Online.SharePoint.Client.Tenant.dll 内)
構文
'宣言
Public Property RequireAcceptingAccountMatchInvitedAccount As Boolean
Get
Set
'使用
Dim instance As Tenant
Dim value As Boolean
value = instance.RequireAcceptingAccountMatchInvitedAccount
instance.RequireAcceptingAccountMatchInvitedAccount = value
public bool RequireAcceptingAccountMatchInvitedAccount { get; set; }