Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether or not this policy includes configuration UI. true if the policy includes configuration UI; otherwise false.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CanEdit As Boolean
'Usage
Dim instance As PolicyBase
Dim value As Boolean
value = instance.CanEdit
public virtual bool CanEdit { get; }
public:
virtual property bool CanEdit {
bool get ();
}
public function get CanEdit () : boolean
Property Value
Type: System.Boolean
Implements
.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.