Share via


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

Parameters

Return Value

Type: System.Guid

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace