MetadataResult.ErrorId Property

[MetadataResult.ErrorId is no longer available for use as of Windows Server 2012 Essentials.] Represents the error code of the method call.

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

Usage

'Usage
Dim instance As MetadataResult
Dim value As UInteger

value = instance.ErrorId

instance.ErrorId = value

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ErrorId As UInteger
[DataMemberAttribute] 
public uint ErrorId { get; set; }
[DataMemberAttribute] 
public:
property unsigned int ErrorId {
    unsigned int get ();
    void set (unsigned int value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public UInt32 get_ErrorId ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ErrorId (UInt32 value)
CompilerGeneratedAttribute 
public function get ErrorId () : uint

CompilerGeneratedAttribute 
public function set ErrorId (value : uint)

Property Value

Returns UInt32.

Remarks

An ErrorId of 0 indicates that no error occurred. For nonzero values, the ErrorValue will describe the cause of the error.

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 Class
MetadataResult Members
Microsoft.WindowsServerSolutions.Mobile.Web.Media Namespace

Copyright © 2012 by Microsoft Corporation. All rights reserved.