ControlProcessParameterPropertyGrid.ISite.Name Property

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

Syntax

'Declaration
Private Property Name As String Implements ISite.Name
string ISite.Name { get; set; }
private:
virtual property String^ Name {
    String^ get () sealed = ISite::Name::get;
    void set (String^ value) sealed = ISite::Name::set;
}
private abstract Name : string with get, set 
private override Name : string with get, set
JScript does not support explicit interface implementations.

Property Value

Type: System.String
Returns String.

Implements

ISite.Name

.NET Framework Security

See Also

Reference

ControlProcessParameterPropertyGrid Class

Microsoft.TeamFoundation.Build.Controls Namespace