Compartilhar via


ModuleProperties.ActivityCount Propriedade

 

Opcional. Obtém ou define a contagem de atividade do módulo.

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

Sintaxe

public int ActivityCount { get; set; }
public:
property int ActivityCount {
    int get();
    void set(int value);
}
member ActivityCount : int with get, set
Public Property ActivityCount As Integer

Valor de propriedade

Type: System.Int32

Consulte também

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

Retornar ao topo