ProcessConfigurationService.ComponentName Property
This member overrides TfsHttpClientBase.ComponentName.
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property ComponentName As String
protected override string ComponentName { get; }
protected:
virtual property String^ ComponentName {
String^ get () override;
}
abstract ComponentName : string with get
override ComponentName : string with get
override function get ComponentName () : String
Property Value
Type: System.String
Returns String.
.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.
See Also
Reference
ProcessConfigurationService Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace