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