HubMethodNameAttribute.MethodName Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property MethodName As String
Get
Private Set
'Usage
Dim instance As HubMethodNameAttribute
Dim value As String
value = instance.MethodName
public string MethodName { get; private set; }
public:
property String^ MethodName {
String^ get ();
private: void set (String^ value);
}
member MethodName : string with get, private set
function get MethodName () : String
private function set MethodName (value : String)
Property Value
Type: System.String
Returns String.