CachedModelMetadata<TPrototypeCache>.Description Property
Gets or sets the description of the model.
Namespace: System.Web.Http.Metadata.Providers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property Description As String
Get
Set
'Usage
Dim instance As CachedModelMetadata
Dim value As String
value = instance.Description
instance.Description = value
public override sealed string Description { get; set; }
public:
virtual property String^ Description {
String^ get () override sealed;
void set (String^ value) override sealed;
}
abstract Description : string with get, set
override Description : string with get, set
override final function get Description () : String
override final function set Description (value : String)
Property Value
Type: System.String
The description of the model.