Click or drag to resize

WsDNSBaseSetRemoveDNS Method (SetRemoveDNSRequest)

Method can be used to remove a Dns zone owned by authenticated user.

Namespace:  WsDns
Assembly:  WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[AuthorizationAttribute]
public WsResult<SetRemoveDNSResponse> SetRemoveDNS(
	SetRemoveDNSRequest request
)

Parameters

request
Type: WsDns.WsRequest.DNSSetRemoveDNSRequest

Return Value

Type: WsResultSetRemoveDNSResponse

Implements

IWsDNSSetRemoveDNS(SetRemoveDNSRequest)
See Also