SiteConfig.AppSettings 属性

命名空间:  Microsoft.Web.Hosting.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
Public Property AppSettings As NameValuePropertyBag
    Get
    Set
用法
Dim instance As SiteConfig
Dim value As NameValuePropertyBag

value = instance.AppSettings

instance.AppSettings = value
[DataMemberAttribute(IsRequired = false)]
public NameValuePropertyBag AppSettings { get; set; }

属性值

类型:Microsoft.Web.Hosting.Administration.NameValuePropertyBag

另请参阅

引用

SiteConfig 类

SiteConfig 成员

Microsoft.Web.Hosting.Administration 命名空间