SPWebInfoUsageEntry.Language property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Language As UInteger
Get
Set
'Usage
Dim instance As SPWebInfoUsageEntry
Dim value As UInteger
value = instance.Language
instance.Language = value
public uint Language { get; set; }
Property value
Type: System.UInt32