SiteCreationProperties.UserCodeWarningLevel プロパティ
取得または警告を設定するユーザー コードで使用されているコンピューターのリソースの量を設定します。
名前空間: 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 UserCodeWarningLevel As Double
Get
Set
'使用
Dim instance As SiteCreationProperties
Dim value As Double
value = instance.UserCodeWarningLevel
instance.UserCodeWarningLevel = value
public double UserCodeWarningLevel { get; set; }