| RestInvokeAttributeMethod Property |
Gets or sets the method
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public string Method { get; set; }
Public Property Method As String
Get
Set
public:
property String^ Method {
String^ get ();
void set (String^ value);
}
member Method : string with get, set
Property Value
Type:
StringSee Also