PublishingPageInformation.Name property

The name for a [PublishingPage], or a null reference (Nothing in Visual Basic) if a default name should be used.

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

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As PublishingPageInformation
Dim value As String

value = instance.Name

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

Property value

Type: System.String
The name for a PublishingPage.

Remarks

Defaults to a null reference (Nothing in Visual Basic).

See also

Reference

PublishingPageInformation class

PublishingPageInformation members

Microsoft.SharePoint.Client.Publishing namespace