MessageTaskItem.MethodName Property
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.
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.