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)
Syntax
'Declaration
Public Property Flags As ChangePendedFlags
public ChangePendedFlags Flags { get; private set; }
public:
property ChangePendedFlags Flags {
ChangePendedFlags get ();
private: void set (ChangePendedFlags value);
}
member Flags : ChangePendedFlags with get, private set
function get Flags () : ChangePendedFlags
private function set Flags (value : ChangePendedFlags)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Common.ChangePendedFlags
A flag that is associated with the resolved conflict.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.