Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the custom master URL for this PublishingWeb object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property CustomMasterUrl As InheritableStringProperty
Get
'Usage
Dim instance As PublishingWeb
Dim value As InheritableStringProperty
value = instance.CustomMasterUrl
public InheritableStringProperty CustomMasterUrl { get; }
Property Value
Type: Microsoft.SharePoint.Publishing.InheritableStringProperty
The custom master URL for this PublishingWeb object.
Remarks
This value may be inherited.