Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the documentation of the API.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Documentation As String
Get
Set
'Usage
Dim instance As ApiDescription
Dim value As String
value = instance.Documentation
instance.Documentation = value
public string Documentation { get; set; }
public:
property String^ Documentation {
String^ get ();
void set (String^ value);
}
member Documentation : string with get, set
function get Documentation () : String
function set Documentation (value : String)
Property Value
Type: System.String
The documentation.