SPFarmFactory.IdentityType property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IdentityType As IdentityType
Get
Set
'Usage
Dim instance As SPFarmFactory
Dim value As IdentityType
value = instance.IdentityType
instance.IdentityType = value
public IdentityType IdentityType { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.IdentityType