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