Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<SoapDocumentMethodAttribute("http://livednscore.Live.com/GetResourceRecordCountByZone", RequestNamespace := "http://livednscore.Live.com/", _
ResponseNamespace := "http://livednscore.Live.com/", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetResourceRecordCountByZone ( _
zoneName As String, _
recordType As ResourceRecordType _
) As UInteger
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute("http://livednscore.Live.com/GetResourceRecordCountByZone", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public uint GetResourceRecordCountByZone(
string zoneName,
ResourceRecordType recordType
)
[CLSCompliantAttribute(false)]
[SoapDocumentMethodAttribute(L"http://livednscore.Live.com/GetResourceRecordCountByZone", RequestNamespace = L"http://livednscore.Live.com/",
ResponseNamespace = L"http://livednscore.Live.com/", Use = SoapBindingUse::Literal,
ParameterStyle = SoapParameterStyle::Wrapped)]
public:
unsigned int GetResourceRecordCountByZone(
String^ zoneName,
ResourceRecordType recordType
)
[<CLSCompliantAttribute(false)>]
[<SoapDocumentMethodAttribute("http://livednscore.Live.com/GetResourceRecordCountByZone", RequestNamespace = "http://livednscore.Live.com/",
ResponseNamespace = "http://livednscore.Live.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)>]
member GetResourceRecordCountByZone :
zoneName:string *
recordType:ResourceRecordType -> uint32
public function GetResourceRecordCountByZone(
zoneName : String,
recordType : ResourceRecordType
) : uint
Parameters
- zoneName
Type: System.String
- recordType
Type: Microsoft.TeamFoundation.Framework.Server.Alm.ResourceRecordType
Return Value
Type: System.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.