Method returns a list of Dns services acquired by authenticated user.
Namespace:
WsDns
Assembly:
WsDns (in WsDns.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<GetAllDNSResponse> GetAllDNS()
<OperationContractAttribute>
Function GetAllDNS As WsResult(Of GetAllDNSResponse)
[OperationContractAttribute]
WsResult<GetAllDNSResponse^>^ GetAllDNS()
[<OperationContractAttribute>]
abstract GetAllDNS : unit -> WsResult<GetAllDNSResponse>
function GetAllDNS() : WsResult<GetAllDNSResponse>
Return Value
Type:
WsResultGetAllDNSResponse
See Also