| OperationDescriptionInvokeMethod Property |
Invoke the specified method
Namespace:
RestSrvr.Description
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public MethodInfo InvokeMethod { get; }
Public ReadOnly Property InvokeMethod As MethodInfo
Get
public:
property MethodInfo^ InvokeMethod {
MethodInfo^ get ();
}
member InvokeMethod : MethodInfo with get
Property Value
Type:
MethodInfoSee Also