TaskForm.ITaskFormInfo.Properties 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 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
The IPropertyDictionary that contains the task form properties.