ProcessConfigurationService.ServiceType Property
This member overrides TfsHttpClient.ServiceType.
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property ServiceType As String
protected override string ServiceType { get; }
protected:
virtual property String^ ServiceType {
String^ get () override;
}
abstract ServiceType : string with get
override ServiceType : string with get
override function get ServiceType () : 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