LiveDnsCore.CreateTxtRecord-Methode
Diese API ist nicht CLS-kompatibel.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<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
)
Parameter
- zoneName
Typ: System.String
- ownerName
Typ: System.String
- ttl
Typ: System.UInt32
- txt
Typ: array<System.String[]
- deleteExisting
Typ: System.Boolean
Rückgabewert
Typ: System.Guid
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.