SPPersistedTypeCollection.Farm property
The SharePoint Farm to which this collection belongs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Farm As SPFarm
Get
'Usage
Dim value As SPFarm
value = Me.Farm
protected SPFarm Farm { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPFarm
A SPFarm object.
See also
Reference
SPPersistedTypeCollection class