TaskForm.ITaskFormInfo.Properties Property

Definition

Gets the collection of properties of the task form that is listed in the property dictionary.

property Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo::Properties { Microsoft::SqlServer::Management::Data::IPropertyDictionary ^ get(); };
Microsoft.SqlServer.Management.Data.IPropertyDictionary Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo.Properties { get; }
member this.Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo.Properties : Microsoft.SqlServer.Management.Data.IPropertyDictionary
 ReadOnly Property Properties As IPropertyDictionary Implements ITaskFormInfo.Properties

Property Value

IPropertyDictionary

The IPropertyDictionary that contains the task form properties.

Implements

Applies to