This documentation is archived and is not being maintained.
VersionControlServer::SetChangesetProperty Method
Visual Studio 2013
Sets a list of PropertyValue objects to a Changeset.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetChangesetProperty(Int32, array<PropertyValue>) | Sets a list of PropertyValue objects to a Changeset. |
|
SetChangesetProperty(Int32, List<PropertyValue>) | Sets a list of PropertyValue objects to a Changeset. |
|
SetChangesetProperty(Int32, String, array<Byte>) | Sets a PropertyValue object to a Changeset. |
|
SetChangesetProperty(Int32, String, Nullable<DateTime>) | Sets a PropertyValue object to a Changeset. |
|
SetChangesetProperty(Int32, String, Nullable<Double>) | Sets a PropertyValue object to a Changeset. |
|
SetChangesetProperty(Int32, String, Nullable<Int32>) | Sets a of PropertyValue object to a Changeset. |
|
SetChangesetProperty(Int32, String, String) | Sets a of PropertyValue object to a Changeset. |
Show: