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