Share via


TeamFoundationIdentity.AttributesSet 属性

具有特性的属性。

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

语法

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

属性值

类型:array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
返回 KeyValue<TKeyType, TValueType>

.NET Framework 安全性

请参阅

参考

TeamFoundationIdentity 类

Microsoft.TeamFoundation.Server.Core 命名空间