SPSiteInfoUsageEntry.PlatformVersion property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PlatformVersion As String
Get
Set
'Usage
Dim instance As SPSiteInfoUsageEntry
Dim value As String
value = instance.PlatformVersion
instance.PlatformVersion = value
public string PlatformVersion { get; set; }
Property value
Type: System.String