Share via


Changeset.Properties 属性

变更集特性

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

语法

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

属性值

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

.NET Framework 安全性

请参阅

参考

Changeset 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间