LiveDnsCore.GetMaxResourceRecordCountPerEnumerateCall 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
<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetMaxResourceRecordCountPerEnumerateCall", RequestNamespace := "https://livednscore.Live.com/", _
ResponseNamespace := "https://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
<CLSCompliantAttribute(False)> _
Public Function GetMaxResourceRecordCountPerEnumerateCall As UInteger
[SoapDocumentMethodAttribute("https://livednscore.Live.com/GetMaxResourceRecordCountPerEnumerateCall", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
[CLSCompliantAttribute(false)]
public uint GetMaxResourceRecordCountPerEnumerateCall()
[SoapDocumentMethodAttribute(L"https://livednscore.Live.com/GetMaxResourceRecordCountPerEnumerateCall", RequestNamespace = L"https://livednscore.Live.com/",
ResponseNamespace = L"https://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
[CLSCompliantAttribute(false)]
public:
unsigned int GetMaxResourceRecordCountPerEnumerateCall()
[<SoapDocumentMethodAttribute("https://livednscore.Live.com/GetMaxResourceRecordCountPerEnumerateCall", RequestNamespace = "https://livednscore.Live.com/",
ResponseNamespace = "https://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
[<CLSCompliantAttribute(false)>]
member GetMaxResourceRecordCountPerEnumerateCall : unit -> uint32
public function GetMaxResourceRecordCountPerEnumerateCall() : uint
Return Value
Type: System.UInt32
Returns UInt32.
.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.