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