DesignPreviewSaveData.ShouldSetMasterUrl property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ShouldSetMasterUrl As Boolean
Get
'Usage
Dim instance As DesignPreviewSaveData
Dim value As Boolean
value = instance.ShouldSetMasterUrl
public bool ShouldSetMasterUrl { get; }
Property value
Type: System.Boolean