ContentMigrationSettings.AuthType Property
Specifies the authentication type that is needed to access source database. Windows authentication is recommended.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property AuthType As AuthenticationType
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As AuthenticationType
value = instance.AuthType
instance.AuthType = value
public AuthenticationType AuthType { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.AuthenticationType
A Windows authentication or SQL Server authentication value.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The argument is out of range. |
See Also
Reference
ContentMigrationSettings Class