SiteConfig.MySqlConnectionStrings property
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property MySqlConnectionStrings As NameValuePropertyBag
Get
Set
'Usage
Dim instance As SiteConfig
Dim value As NameValuePropertyBag
value = instance.MySqlConnectionStrings
instance.MySqlConnectionStrings = value
[DataMemberAttribute(IsRequired = false)]
public NameValuePropertyBag MySqlConnectionStrings { get; set; }
Property value
Type: Microsoft.Web.Hosting.Administration.NameValuePropertyBag