PublishingObjectStatus.PathName Property
Gets or sets the path name.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property PathName As String
Get
Set
'Usage
Dim instance As PublishingObjectStatus
Dim value As String
value = instance.PathName
instance.PathName = value
public string PathName { get; set; }
Property Value
Type: System.String
See Also
Reference
PublishingObjectStatus Members