ContentDeploymentPath.UserId Property
Gets or sets the user Id that is required to access the administration virtual server that is the destination for this ContentDeploymentPath object.
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