This documentation is archived and is not being maintained.

IPolicyDefinition::CanEdit Property

Gets a flag that describes whether this policy includes configuration user interface (UI).

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

property bool CanEdit {
	bool get ();
}

Property Value

Type: System::Boolean
True if this policy includes configuration UI; otherwise, false.

Show: