LiveDnsCore.DeleteZone Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/DeleteZone", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteZone ( _
zoneName As String _
)
[SoapDocumentMethodAttribute("https://livednscore.Live.com/DeleteZone", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteZone(
string zoneName
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/DeleteZone", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void DeleteZone(
String^ zoneName
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/DeleteZone", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member DeleteZone :
zoneName:string -> unit
public function DeleteZone(
zoneName : String
)
Parameters
- zoneName
Type: 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.