Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.