Compartilhar via


Propriedade WebSpacesGetDnsSuffixResponse.DnsSuffix

Gets or sets the DNS suffix that is used for the web space.

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

Uso

'Uso
Dim instance As WebSpacesGetDnsSuffixResponse
Dim value As String

value = instance.DnsSuffix

instance.DnsSuffix = value

Sintaxe

'Declaração
Public Property DnsSuffix As String
public string DnsSuffix { get; set; }
public:
property String^ DnsSuffix {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DnsSuffix ()

/** @property */
public void set_DnsSuffix (String value)
public function get DnsSuffix () : String

public function set DnsSuffix (value : String)

Valor da Propriedade

The DNS suffix.

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 WebSpacesGetDnsSuffixResponse
Membros WebSpacesGetDnsSuffixResponse
Namespace Microsoft.WindowsAzure.Management.WebSites.Models