Compartilhar via


ActivityParameter.IsDynamic Propriedade

 

Opcional. Obtém ou define um valor booleano que indica true se o parâmetro é dinâmico.

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

Sintaxe

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

Valor de propriedade

Type: System.Boolean

Consulte também

Classe ActivityParameter
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo