DataValueInstance.Name Property

Definition

Gets the calculated value of the Name property in a DataValue class.

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 represents the calculated value of the Name property.

Applies to