LiveDnsCore.GetZoneByName Method

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetZoneByName", RequestNamespace := "https://livednscore.Live.com/",  _
    ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetZoneByName ( _
    zoneName As String _
) As Zone
[SoapDocumentMethodAttribute("https://livednscore.Live.com/GetZoneByName", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public Zone GetZoneByName(
    string zoneName
)
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/GetZoneByName", RequestNamespace = L"https://livednscore.Live.com/", 
    ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
public:
Zone^ GetZoneByName(
    String^ zoneName
)
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetZoneByName", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)>]
member GetZoneByName : 
        zoneName:string -> Zone
public function GetZoneByName(
    zoneName : String
) : Zone

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.Zone
Returns Zone.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace