Share via


CallMethodAction.MethodName Property

The name of the method to invoke. This is a dependency property.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property MethodName As String
'Usage
Dim instance As CallMethodAction
Dim value As String

value = instance.MethodName

instance.MethodName = value
public string MethodName { get; set; }
public:
property String^ MethodName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_MethodName ()

/** @property */
public void set_MethodName (String value)
public function get MethodName () : String

public function set MethodName (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CallMethodAction Class
CallMethodAction Members
Microsoft.Expression.Interactivity.Core Namespace