ITaskFormFactoryService.TaskForms 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 the collection of information from the task form.
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ TaskForms { System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo> TaskForms { get; }
member this.TaskForms : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo>
Public ReadOnly Property TaskForms As IDictionary(Of String, ITaskFormInfo)
Property Value
The collection information from the object task form.