LiveDnsCore.ListDynamicDnsHostsByPuid Method

This API is not CLS-compliant. 

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("https://livednscore.Live.com/ListDynamicDnsHostsByPuid", RequestNamespace := "https://livednscore.Live.com/",  _
    ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListDynamicDnsHostsByPuid ( _
    puid As ULong _
) As DynamicDnsInfo()
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("https://livednscore.Live.com/ListDynamicDnsHostsByPuid", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)]
public DynamicDnsInfo[] ListDynamicDnsHostsByPuid(
    ulong puid
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/ListDynamicDnsHostsByPuid", RequestNamespace = L"https://livednscore.Live.com/", 
    ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal, 
    ParameterStyle = SoapParameterStyle::Wrapped)]
public:
array<DynamicDnsInfo^>^ ListDynamicDnsHostsByPuid(
    unsigned long long puid
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/ListDynamicDnsHostsByPuid", RequestNamespace = "https://livednscore.Live.com/", 
    ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Wrapped)>]
member ListDynamicDnsHostsByPuid : 
        puid:uint64 -> DynamicDnsInfo[] 
public function ListDynamicDnsHostsByPuid(
    puid : ulong
) : DynamicDnsInfo[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Server.DynamicDnsInfo[]
Returns DynamicDnsInfo.

.NET Framework Security

See Also

Reference

LiveDnsCore Class

Microsoft.TeamFoundation.Framework.Server Namespace