AddinSettings.Enabled 屬性
取得或設定布林值,指出是否Addin Settings是否已啟用。
命名空間: Microsoft.SharePoint.Client.Publishing
組件: Microsoft.SharePoint.Client.Publishing.Silverlight (在 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中); Microsoft.SharePoint.Client.Publishing.Phone (在 Microsoft.SharePoint.Client.Publishing.Phone.dll 中) Microsoft.SharePoint.Client.Publishing (在 Microsoft.SharePoint.Client.Publishing.dll 中)
語法
'宣告
Public Property Enabled As Boolean
Get
Set
'用途
Dim instance As AddinSettings
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
屬性值
類型:System.Boolean
[System.Boolean] 代表Addin Settings啟用或停用狀態。