SPUsageEntry.FarmId property

The identifier for the farm where this usage entry originated.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPUsageEntry class

SPUsageEntry members

Microsoft.SharePoint.Administration namespace