LiveDnsCore.UpdateTxtRecord Method
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateTxtRecord", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UpdateTxtRecord ( _
ownerName As String, _
resourceRecordId As Guid, _
ttl As UInteger, _
txt As String() _
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateTxtRecord", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpdateTxtRecord(
string ownerName,
Guid resourceRecordId,
uint ttl,
string[] txt
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/UpdateTxtRecord", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void UpdateTxtRecord(
String^ ownerName,
Guid resourceRecordId,
unsigned int ttl,
array<String^>^ txt
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/UpdateTxtRecord", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member UpdateTxtRecord :
ownerName:string *
resourceRecordId:Guid *
ttl:uint32 *
txt:string[] -> unit
public function UpdateTxtRecord(
ownerName : String,
resourceRecordId : Guid,
ttl : uint,
txt : String[]
)
Parameters
- ownerName
Type: System.String
- resourceRecordId
Type: System.Guid
- ttl
Type: System.UInt32
- txt
Type: array<System.String[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.