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 or sets the metadata editable attribute.
Namespace: System.Web.Http.Metadata.Providers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Editable As EditableAttribute
Get
Protected Set
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes
Dim value As EditableAttribute
value = instance.Editable
instance.Editable = value
public EditableAttribute Editable { get; protected set; }
public:
property EditableAttribute^ Editable {
EditableAttribute^ get ();
protected: void set (EditableAttribute^ value);
}
member Editable : EditableAttribute with get, set
function get Editable () : EditableAttribute
protected function set Editable (value : EditableAttribute)
Property Value
Type: System.ComponentModel.DataAnnotations.EditableAttribute
The metadata editable attribute.