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
- puid
Type: System.UInt64
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Server.DynamicDnsInfo[]
Returns DynamicDnsInfo.
.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.