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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.