GetOperation.Properties 属性

注意:此 API 现在已废弃不用。

特性

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

语法

声明
<ObsoleteAttribute("Please use the Attributes property instead", False)> _
Public Property Properties As StreamingCollection(Of PropertyValue)
[ObsoleteAttribute("Please use the Attributes property instead", false)]
public StreamingCollection<PropertyValue> Properties { get; set; }

属性值

类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
返回 StreamingCollection<T>

.NET Framework 安全性

请参阅

参考

GetOperation 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间