Condividi tramite


Metodo LiveDnsCore.CreateTxtRecord

Questa API non è conforme a CLS. 

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
<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
)

Parametri

Valore restituito

Tipo: System.Guid

Sicurezza di .NET Framework

Vedere anche

Riferimenti

LiveDnsCore Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm