MetadataResult Constructor
[Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataResult is no longer available for use as of Windows Server 2012 Essentials.] Instantiates a MetadataResult object.
Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.Media
Assembly: MobileWeb (in MobileWeb.dll)
Usage
'Usage
Dim result As Collection(Of MetadataBase)
Dim totalMatches As UInteger
Dim errorId As UInteger
Dim errorValue As String
Dim instance As New MetadataResult(result, totalMatches, errorId, errorValue)
Syntax
'Declaration
Public Sub New ( _
result As Collection(Of MetadataBase), _
totalMatches As UInteger, _
errorId As UInteger, _
errorValue As String _
)
public MetadataResult (
Collection<MetadataBase> result,
uint totalMatches,
uint errorId,
string errorValue
)
public:
MetadataResult (
Collection<MetadataBase^>^ result,
unsigned int totalMatches,
unsigned int errorId,
String^ errorValue
)
public MetadataResult (
Collection<MetadataBase> result,
UInt32 totalMatches,
UInt32 errorId,
String errorValue
)
public function MetadataResult (
result : Collection<MetadataBase>,
totalMatches : uint,
errorId : uint,
errorValue : String
)
Parameters
- result
Requested items retrieved.
- totalMatches
Number of results.
- errorId
Error code of the method call.
- errorValue
Error message of the method call.
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
MetadataResult Class
MetadataResult Members
Microsoft.WindowsServerSolutions.Mobile.Web.Media Namespace
Copyright © 2012 by Microsoft Corporation. All rights reserved.