Proprietà ScheduleUpdateParameters.Properties
Optional. Gets or sets the list of schedule properties.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Utilizzo
'Utilizzo
Dim instance As ScheduleUpdateParameters
Dim value As ScheduleUpdateProperties
value = instance.Properties
instance.Properties = value
Sintassi
'Dichiarazione
Public Property Properties As ScheduleUpdateProperties
public ScheduleUpdateProperties Properties { get; set; }
public:
property ScheduleUpdateProperties^ Properties {
ScheduleUpdateProperties^ get ();
void set (ScheduleUpdateProperties^ value);
}
/** @property */
public ScheduleUpdateProperties get_Properties ()
/** @property */
public void set_Properties (ScheduleUpdateProperties value)
public function get Properties () : ScheduleUpdateProperties
public function set Properties (value : ScheduleUpdateProperties)
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe ScheduleUpdateParameters
Membri ScheduleUpdateParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models