ReturnClass.ErrorType Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the error type.

Namespace: Microsoft.WindowsServerSolutions.HomeGroup
Assembly: WSSHomeGroupObjectModel (in wsshomegroupobjectmodel.dll)

Usage

    Dim instance As ReturnClass
Dim value As ErrorType

value = instance.ErrorType

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ErrorType As ErrorType
[DataMemberAttribute] 
public ErrorType ErrorType { get; }
[DataMemberAttribute] 
public:
property ErrorType ErrorType {
    ErrorType get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public ErrorType get_ErrorType ()
CompilerGeneratedAttribute 
public function get ErrorType () : ErrorType

Property Value

An instance of ErrorType.

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 Vista x64, Windows 7 x64, Windows Server 2008 x64, Windows Server 2008 R2 x64

Target Platforms

See Also

Reference

ReturnClass Class
ReturnClass Members
Microsoft.WindowsServerSolutions.HomeGroup Namespace