| EndpointDescriptionContract Property |
Gets the contract that this endpoint implements / uses
Namespace:
RestSrvr.Description
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public ContractDescription Contract { get; }
Public ReadOnly Property Contract As ContractDescription
Get
public:
property ContractDescription^ Contract {
ContractDescription^ get ();
}
member Contract : ContractDescription with get
Property Value
Type:
ContractDescriptionSee Also