JobCollectionGetResponse.Name Propriedade
Opcional. Nome da coleção de trabalhos.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Valor de propriedade
Type: System.String
Consulte também
Classe JobCollectionGetResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo