ServiceDefinition.ServiceType 属性

这是服务类型的名称定义。 请注意多项服务可以具有相同 ServiceType。 同时 ServiceType 和标识符唯一地标识一个服务定义。

命名空间:  Microsoft.TeamFoundation.Server.Core.Location
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property ServiceType As String
[ClientPropertyAttribute(ClientVisibility.Private)]
public string ServiceType { get; set; }

属性值

类型:System.String

.NET Framework 安全性

请参阅

参考

ServiceDefinition 类

Microsoft.TeamFoundation.Server.Core.Location 命名空间