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
- zoneName
Type: System.String
Return Value
Type: System.Guid
.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.