Compartir a través de


LiveDnsCore.CreateTxtRecord (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
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateTxtRecord", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function CreateTxtRecord ( _
    zoneName As String, _
    ownerName As String, _
    ttl As UInteger, _
    txt As String(), _
    deleteExisting As Boolean _
) As Guid
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateTxtRecord", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public Guid CreateTxtRecord(
    string zoneName,
    string ownerName,
    uint ttl,
    string[] txt,
    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)