ProxyDesignerAttribute.AlwaysUseProxy Property
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AlwaysUseProxy As Boolean
Get
'Usage
Dim instance As ProxyDesignerAttribute
Dim value As Boolean
value = instance.AlwaysUseProxy
public bool AlwaysUseProxy { get; }
Property Value
Type: System.Boolean