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
- zoneName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.Alm.Zone
.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.