Share via


ContentDeploymentPath.UserId property

Gets or sets the user Id that is required to access the destination administration server.

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

Syntax

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

value = instance.UserId

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

Property value

Type: System.String

See also

Reference

ContentDeploymentPath class

ContentDeploymentPath members

Microsoft.SharePoint.Publishing.Administration namespace