Share via


ActivityProperties.ParameterSets Property

Optional. Gets or sets the parameter sets of the activity.

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

Usage

'Usage
Dim instance As ActivityProperties
Dim value As IList(Of ActivityParameterSet)

value = instance.ParameterSets

instance.ParameterSets = value

Syntax

'Declaration
Public Property ParameterSets As IList(Of ActivityParameterSet)
public IList<ActivityParameterSet> ParameterSets { get; set; }
public:
property IList<ActivityParameterSet^>^ ParameterSets {
    IList<ActivityParameterSet^>^ get ();
    void set (IList<ActivityParameterSet^>^ value);
}
/** @property */
public IList<ActivityParameterSet> get_ParameterSets ()

/** @property */
public void set_ParameterSets (IList<ActivityParameterSet> value)
public function get ParameterSets () : IList<ActivityParameterSet>

public function set ParameterSets (value : IList<ActivityParameterSet>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ActivityProperties Class
ActivityProperties Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace