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 the ID. The ID is unique within HttpServer.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property ID As String
Get
'Usage
Dim instance As ApiDescription
Dim value As String
value = instance.ID
public string ID { get; }
public:
property String^ ID {
String^ get ();
}
member ID : string
function get ID () : String
Property Value
Type: System.String