ActionInfo.Properties Property

Definition

Gets or sets the property of the action.

public:
 property Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ Properties { Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ get(); void set(Microsoft::SqlServer::Management::RegisteredPropertyDictionary ^ value); };
public Microsoft.SqlServer.Management.RegisteredPropertyDictionary Properties { get; set; }
member this.Properties : Microsoft.SqlServer.Management.RegisteredPropertyDictionary with get, set
Public Property Properties As RegisteredPropertyDictionary

Property Value

Returns the property of the action.

Applies to