Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An uint id to identify the farm
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EncodedFarmId As UShort
Get
Set
'Usage
Dim instance As SPFarm
Dim value As UShort
value = instance.EncodedFarmId
instance.EncodedFarmId = value
public ushort EncodedFarmId { get; set; }
Property value
Type: System.UInt16