MessageTaskItem.MethodName Property

Definition

Gets the method name associated with the message task item.

public:
 property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String

Property Value

The method name (passed by the methodName parameter to the constructor) of the MessageTaskItem.

Remarks

If the methodName parameter passed to the constructor is null, an empty string ("") is returned.

Applies to