Share via


FieldDefinition.IsEditable Property

Returns true if the Field can be edited; false if the Field is read-only.

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

Syntax

'Declaration
Public ReadOnly Property IsEditable As Boolean
'Usage
Dim instance As FieldDefinition 
Dim value As Boolean 

value = instance.IsEditable
public bool IsEditable { get; }
public:
property bool IsEditable {
    bool get ();
}
public function get IsEditable () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FieldDefinition Class

FieldDefinition Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace