Share via


ODataMethodAttribute(String) Constructor

Definition

Initializes a new instance of ODataMethodAttribute with name.

public ODataMethodAttribute (string methodName);
new Microsoft.Rest.Azure.OData.ODataMethodAttribute : string -> Microsoft.Rest.Azure.OData.ODataMethodAttribute
Public Sub New (methodName As String)

Parameters

methodName
String

Serialized method name

Applies to