LiveDnsCore.ListResourceRecordsByOwnerName 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/ListResourceRecordsByOwnerName", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListResourceRecordsByOwnerName ( _
ownerName As String _
) As ResourceRecord()
[SoapDocumentMethodAttribute("http://livednscore.Live.com/ListResourceRecordsByOwnerName", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public ResourceRecord[] ListResourceRecordsByOwnerName(
string ownerName
)
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/ListResourceRecordsByOwnerName", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
array<ResourceRecord^>^ ListResourceRecordsByOwnerName(
String^ ownerName
)
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/ListResourceRecordsByOwnerName", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member ListResourceRecordsByOwnerName :
ownerName:string -> ResourceRecord[]
public function ListResourceRecordsByOwnerName(
ownerName : String
) : ResourceRecord[]
Parameters
- ownerName
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.Alm.ResourceRecord[]
.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.