ForEachSchemaRowsetEnumerator.ForEachEnumeratorDescription 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.
Returns a description for the ForEachSchemaRowsetEnumerator.
public:
static property System::String ^ ForEachEnumeratorDescription { System::String ^ get(); };
public static string ForEachEnumeratorDescription { get; }
member this.ForEachEnumeratorDescription : string
Public Shared ReadOnly Property ForEachEnumeratorDescription As String
Property Value
A String that contains the enumerator description.
Remarks
This property is useful to display in the user interface when there is a user interface associated with the task.