ForEachSchemaRowsetEnumerator.ForEachEnumeratorDisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a String that contains the display name for the enumerator.
public:
static property System::String ^ ForEachEnumeratorDisplayName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public static string ForEachEnumeratorDisplayName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ForEachEnumeratorDisplayName : string
Public Shared ReadOnly Property ForEachEnumeratorDisplayName As String
Property Value
A String that contains the display name for the enumerator.
- Attributes
Remarks
This property is useful to display in the user interface when there is a user interface associated with the task.