ReturnClass.NativeError Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the native error code.
Namespace: Microsoft.WindowsServerSolutions.HomeGroup
Assembly: WSSHomeGroupObjectModel (in wsshomegroupobjectmodel.dll)
Usage
Dim instance As ReturnClass
Dim value As Integer
value = instance.NativeError
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NativeError As Integer
[DataMemberAttribute]
public int NativeError { get; }
[DataMemberAttribute]
public:
property int NativeError {
int get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public int get_NativeError ()
CompilerGeneratedAttribute
public function get NativeError () : int
Property Value
The native error code.
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