Share via


ContentDeploymentPath.AuthenticationType property

Gets or sets the Windows-based authentication type that is used to contact the destination administration server.

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

Syntax

'Declaration
Public Property AuthenticationType As String
    Get
    Set
'Usage
Dim instance As ContentDeploymentPath
Dim value As String

value = instance.AuthenticationType

instance.AuthenticationType = value
public string AuthenticationType { get; set; }

Property value

Type: System.String
A Windows-based authentication type.

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace