SPPersistedTypeCollection.Farm Property
The SharePoint Farm to which this collection belongs.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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