GetOperation.PropertyValues 属性

属性

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

语法

声明
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName := "InternalPropertyValues")> _
Public Property PropertyValues As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal, PropertyName = "InternalPropertyValues")]
public StreamingCollection<PropertyValue> PropertyValues { get; set; }

属性值

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

.NET Framework 安全性

请参阅

参考

GetOperation 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间