This documentation is archived and is not being maintained.

Workspace::PendPropertyChange Method (String, PropertyValue)

Pends changes on the passed in path giving it the passed in properties.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
int PendPropertyChange(
	String^ path, 
	PropertyValue^ property
)

Parameters

path
Type: System::String

The path to pend the property changes on.

property
Type: Microsoft.TeamFoundation.Framework.Client::PropertyValue

The property of this object.

Return Value

Type: System::Int32

Show: