Propriedade ResourceProviderGetPropertiesResponse.Properties
Optional.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As ResourceProviderGetPropertiesResponse
Dim value As IDictionary(Of String, String)
value = instance.Properties
instance.Properties = value
Sintaxe
'Declaração
Public Property Properties As IDictionary(Of String, String)
public IDictionary<string,string> Properties { get; set; }
public:
property IDictionary<String^, String^>^ Properties {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Properties ()
/** @property */
public void set_Properties (IDictionary<String,String> value)
public function get Properties () : IDictionary<String,String>
public function set Properties (value : IDictionary<String,String>)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe ResourceProviderGetPropertiesResponse
Membros ResourceProviderGetPropertiesResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models