Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub CreateTxtRecordAsync ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
txt As String(), _
deleteExisting As Boolean _
)
[CLSCompliantAttribute(false)]
public void CreateTxtRecordAsync(
string zoneName,
string ownerName,
uint ttl,
string[] txt,
bool deleteExisting
)
[CLSCompliantAttribute(false)]
public:
void CreateTxtRecordAsync(
String^ zoneName,
String^ ownerName,
unsigned int ttl,
array<String^>^ txt,
bool deleteExisting
)
[<CLSCompliantAttribute(false)>]
member CreateTxtRecordAsync :
zoneName:string *
ownerName:string *
ttl:uint32 *
txt:string[] *
deleteExisting:bool -> unit
public function CreateTxtRecordAsync(
zoneName : String,
ownerName : String,
ttl : uint,
txt : String[],
deleteExisting : boolean
)
Parameters
- zoneName
Type: System.String
- ownerName
Type: System.String
- ttl
Type: System.UInt32
- txt
Type: array<System.String[]
- deleteExisting
Type: System.Boolean
.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.