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
<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateMxRecord", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
<CLSCompliantAttribute(False)> _
Public Function CreateMxRecord ( _
zoneName As String, _
ownerName As String, _
ttl As UInteger, _
mxHost As String, _
mxPriority As UShort, _
deleteExisting As Boolean _
) As Guid
[SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateMxRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
[CLSCompliantAttribute(false)]
public Guid CreateMxRecord(
string zoneName,
string ownerName,
uint ttl,
string mxHost,
ushort mxPriority,
bool deleteExisting
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/CreateMxRecord", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
[CLSCompliantAttribute(false)]
public:
Guid CreateMxRecord(
String^ zoneName,
String^ ownerName,
unsigned int ttl,
String^ mxHost,
unsigned short mxPriority,
bool deleteExisting
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/CreateMxRecord", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
[<CLSCompliantAttribute(false)>]
member CreateMxRecord :
zoneName:string *
ownerName:string *
ttl:uint32 *
mxHost:string *
mxPriority:uint16 *
deleteExisting:bool -> Guid
public function CreateMxRecord(
zoneName : String,
ownerName : String,
ttl : uint,
mxHost : String,
mxPriority : ushort,
deleteExisting : boolean
) : Guid
Parameters
- zoneName
Type: System.String
- ownerName
Type: System.String
- ttl
Type: System.UInt32
- mxHost
Type: System.String
- mxPriority
Type: System.UInt16
- deleteExisting
Type: System.Boolean
Return Value
Type: System.Guid
.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.