Share via


LiveDnsCore.GetZoneByName Method

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://livednscore.Live.com/GetZoneByName", RequestNamespace := "http://livednscore.Live.com/",  _
    ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetZoneByName ( _
    zoneName As String _
) As Zone
[SoapDocumentMethodAttribute("http://livednscore.Live.com/GetZoneByName", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public Zone GetZoneByName(
    string zoneName
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/GetZoneByName", RequestNamespace = L"http://livednscore.Live.com/", 
    ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
public:
Zone^ GetZoneByName(
    String^ zoneName
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/GetZoneByName", RequestNamespace = "http://livednscore.Live.com/", 
    ResponseNamespace = "http://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.Alm.Zone

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace