PublishingObjectStatus.Description property

Gets or sets the description of the publishing object.

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

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As PublishingObjectStatus
Dim value As String

value = instance.Description

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

Property value

Type: System.String

See also

Reference

PublishingObjectStatus class

PublishingObjectStatus members

Microsoft.SharePoint.Publishing namespace