MetadataResult Class

[Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataResult is no longer available for use as of Windows Server 2012 Essentials.] A search results class that contains a list of returned media items and media containers in addition to general information about the result set.

Namespace: Microsoft.WindowsServerSolutions.Mobile.Web.Media
Assembly: MobileWeb (in MobileWeb.dll)

Usage

'Usage
Dim instance As MetadataResult

Syntax

'Declaration
<DataContractAttribute(Name:="MetadataResult", Namespace:="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")> _
<KnownTypeAttribute(GetType(MetadataContainer))> _
<KnownTypeAttribute(GetType(MetadataItem))> _
Public Class MetadataResult
[DataContractAttribute(Name="MetadataResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
[KnownTypeAttribute(typeof(MetadataContainer))] 
[KnownTypeAttribute(typeof(MetadataItem))] 
public class MetadataResult
[DataContractAttribute(Name=L"MetadataResult", Namespace=L"https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb")] 
[KnownTypeAttribute(typeof(MetadataContainer))] 
[KnownTypeAttribute(typeof(MetadataItem))] 
public ref class MetadataResult
/** @attribute DataContractAttribute(Name="MetadataResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") */ 
/** @attribute KnownTypeAttribute(Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataContainer) */ 
/** @attribute KnownTypeAttribute(Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataItem) */ 
public class MetadataResult
DataContractAttribute(Name="MetadataResult", Namespace="https://contracts.microsoft.com/WindowsServerSolutions/2011/01/MobileWeb") 
KnownTypeAttribute(Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataContainer) 
KnownTypeAttribute(Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataItem) 
public class MetadataResult

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Mobile.Web.Media.MetadataResult

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

MetadataResult Members
Microsoft.WindowsServerSolutions.Mobile.Web.Media Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.