Share via


Activity.Properties Property

 

Optional. Gets or sets the properties of the activity.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public ActivityProperties Properties { get; set; }
public:
property ActivityProperties^ Properties {
    ActivityProperties^ get();
    void set(ActivityProperties^ value);
}
member Properties : ActivityProperties with get, set
Public Property Properties As ActivityProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ActivityProperties

See Also

Activity Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top