Share via


DataSource.DisplayName Property

Definition

Retrieves the name of the data source for UI display.

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

Property Value

Returns the string literal text for the data source display name.

Applies to