Share via


DeploymentMethod.Name Property

Definition

Gets the name of the current DeploymentMethod object.

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

Property Value

A string value that contains the name of the current DeploymentMethod object.

Implements

Remarks

Method names are used to uniquely identify methods in a collection. You may invoke a method assigned to a DeploymentObject by using the method name and providing a list of parameters with the Invoke method.

Applies to