This documentation is archived and is not being maintained.

ResolvedConflictEventArgs::Flags Property

Gets or sets a flag associated with the resolved conflict.

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 flag that is associated with the resolved conflict.

Show: