Propriedade ContentLink.ContentHash
Optional. Gets or sets the hash.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As ContentLink
Dim value As ContentHash
value = instance.ContentHash
instance.ContentHash = value
Sintaxe
'Declaração
Public Property ContentHash As ContentHash
public ContentHash ContentHash { get; set; }
public:
property ContentHash^ ContentHash {
ContentHash^ get ();
void set (ContentHash^ value);
}
/** @property */
public ContentHash get_ContentHash ()
/** @property */
public void set_ContentHash (ContentHash value)
public function get ContentHash () : ContentHash
public function set ContentHash (value : ContentHash)
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 ContentLink
Membros ContentLink
Namespace Microsoft.WindowsAzure.Management.Automation.Models