LiveDnsCore.ActivateZone Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/ActivateZone", RequestNamespace := "https://livednscore.Live.com/",  _
    ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub ActivateZone ( _
    zoneName As String, _
    active As Boolean _
)
[SoapDocumentMethodAttribute("https://livednscore.Live.com/ActivateZone", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public void ActivateZone(
    string zoneName,
    bool active
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/ActivateZone", RequestNamespace = L"https://livednscore.Live.com/", 
    ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
public:
void ActivateZone(
    String^ zoneName, 
    bool active
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/ActivateZone", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)>]
member ActivateZone : 
        zoneName:string * 
        active:bool -> unit
public function ActivateZone(
    zoneName : String, 
    active : boolean
)

Parameters

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace