IServerDocumentDesigner.InteractiveMode Property
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Property InteractiveMode As Boolean
Get
Set
'Usage
Dim instance As IServerDocumentDesigner
Dim value As Boolean
value = instance.InteractiveMode
instance.InteractiveMode = value
bool InteractiveMode { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
IServerDocumentDesigner Interface