This documentation is archived and is not being maintained.

PendingChangeEventArgs::Flags Property

Gets or sets a ChangePendedFlags value associated with the pending change.

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

public:
property ChangePendedFlags Flags {
	ChangePendedFlags get ();
	private: void set (ChangePendedFlags value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Common::ChangePendedFlags
A ChangePendedFlags value associated with the pending change.

Show: