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.
The identifier for the farm where this usage entry originated.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property FarmId As Guid
Get
Set
'Usage
Dim instance As SPUsageEntry
Dim value As Guid
value = instance.FarmId
instance.FarmId = value
public virtual Guid FarmId { get; set; }
Property Value
Type: System.Guid
Returns a Guid identifying the farm from which the usage entry came.