ControlProcessParameterPropertyGrid.ISite.DesignMode Property

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property DesignMode As Boolean 
    Implements ISite.DesignMode
bool ISite.DesignMode { get; }
private:
virtual property bool DesignMode {
    bool get () sealed = ISite::DesignMode::get;
}
private abstract DesignMode : bool with get 
private override DesignMode : bool with get
JScript does not support explicit interface implementations.

Property Value

Type: System.Boolean
Returns Boolean.

Implements

ISite.DesignMode

.NET Framework Security

See Also

Reference

ControlProcessParameterPropertyGrid Class

Microsoft.TeamFoundation.Build.Controls Namespace