LiveDnsCore.CreateZoneAsync Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub CreateZoneAsync ( _
zoneName As String _
)
public void CreateZoneAsync(
string zoneName
)
public:
void CreateZoneAsync(
String^ zoneName
)
member CreateZoneAsync :
zoneName:string -> unit
public function CreateZoneAsync(
zoneName : String
)
Parameters
- zoneName
Type: System.String
.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.