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