VersionControlServer.SetChangesetProperty 方法 (Int32, String, Nullable<DateTime>)
设置为 Changeset的一 PropertyValue 对象。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Sub SetChangesetProperty ( _
changesetId As Integer, _
propertyName As String, _
value As Nullable(Of DateTime) _
)
public void SetChangesetProperty(
int changesetId,
string propertyName,
Nullable<DateTime> value
)
参数
- changesetId
类型:System.Int32
变更集 ID.
- propertyName
类型:System.String
属性的名称。
- value
类型:System.Nullable<DateTime>
要赋给属性的值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。