IActionInfo.Properties Property

Definition

Gets the property of the action.

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

Property Value

Returns the property of the action.

Applies to