TeamFoundationPropertyService.SetProperties Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>) | Sets properties to artifacts Note: All artifacts must be of the same kind. | |
SetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<PropertyValue>) | Sets properties to an artifact | |
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<PropertyValue>) | SetProperties overload which will update each artifact in the artifact spec list and set each property specified. Effectively this is a Cross-Join Update. | |
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>) | Sets properties to artifacts Note: All artifacts must be of the same kind. |
Top