HubMethodNameAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Customizes the name of a hub method.
public ref class HubMethodNameAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class HubMethodNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type HubMethodNameAttribute = class
inherit Attribute
Public Class HubMethodNameAttribute
Inherits Attribute
- Inheritance
-
HubMethodNameAttribute
- Attributes
Constructors
HubMethodNameAttribute(String) |
Initializes a new instance of HubMethodNameAttribute class. |
Properties
Name |
The customized name of the hub method. |