ActivityParameter.IsDynamic Property
Optional. Gets or sets a Boolean value that indicates true if the parameter is dynamic.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public bool IsDynamic { get; set; }
public:
property bool IsDynamic {
bool get();
void set(bool value);
}
member IsDynamic : bool with get, set
Public Property IsDynamic As Boolean
Property Value
Type: System.Boolean
See Also
ActivityParameter Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top