Share via


SiteConfig.AppSettings property

Namespace:  Microsoft.Web.Hosting.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property AppSettings As NameValuePropertyBag
    Get
    Set
'Usage
Dim instance As SiteConfig
Dim value As NameValuePropertyBag

value = instance.AppSettings

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

Property value

Type: Microsoft.Web.Hosting.Administration.NameValuePropertyBag

See also

Reference

SiteConfig class

SiteConfig members

Microsoft.Web.Hosting.Administration namespace