Compartir a través de


LiveDnsCore.CreateMxRecord (Método)

Esta API no es conforme a CLS. 

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server.Alm
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateMxRecord", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
<CLSCompliantAttribute(False)> _
Public Function CreateMxRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    mxHost As String, _
    mxPriority As UShort, _
    deleteExisting As Boolean _
) As Guid
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateMxRecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
[CLSCompliantAttribute(false)]
public Guid CreateMxRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string mxHost,
    ushort mxPriority,
    bool deleteExisting
)

Parámetros

Valor devuelto

Tipo: System.Guid

Seguridad de .NET Framework

Vea también

Referencia

LiveDnsCore Clase

Microsoft.TeamFoundation.Framework.Server.Alm (Espacio de nombres)