TeamFoundationStepPerformerBase.IStepPerformer.Name Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Private ReadOnly Property Name As String
Implements IStepPerformer.Name
string IStepPerformer.Name { get; }
private:
virtual property String^ Name {
String^ get () sealed = IStepPerformer::Name::get;
}
private abstract Name : string with get
private override Name : string with get
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.