LiveDnsCore.CreateMxRecord, méthode
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.TeamFoundation.Framework.Server.Alm
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- zoneName
Type : System.String
- ownerName
Type : System.String
- ttl
Type : System.UInt32
- mxHost
Type : System.String
- mxPriority
Type : System.UInt16
- deleteExisting
Type : System.Boolean
Valeur de retour
Type : System.Guid
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.Framework.Server.Alm, espace de noms