OperationInfoBase.Name Property

Definition

When implemented in a derived class, gets or sets the name associated with this instance.

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public virtual string Name { get; set; }
member this.Name : string with get, set
Public Overridable Property Name As String

Property Value

A string representing the object's name.

Applies to