ErrorType Enumeration
[Microsoft.WindowsServerSolutions.HomeGroup.ErrorType is no longer available for use as of Windows Server 2012 Essentials.] Indicates the types of errors that can occur for user account operations.
Namespace: Microsoft.WindowsServerSolutions.HomeGroup
Assembly: WSSHomeGroupObjectModel (in WSSHomeGroupObjectModel.dll)
Usage
'Usage
Dim instance As ErrorType
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration ErrorType
[DataContractAttribute]
public enum ErrorType
[DataContractAttribute]
public enum class ErrorType
/** @attribute DataContractAttribute() */
public enum ErrorType
DataContractAttribute
public enum ErrorType
Members
| Member name | Description |
|---|---|
| AccessDenied | Access is denied for the operation. |
| Failed | The operation did not succeed. |
| ProviderNotAvailable | The provider is not available. |
| Succeeded | The operation succeeded. |
Platforms
Development Platforms
Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64
See Also
Reference
Microsoft.WindowsServerSolutions.HomeGroup Namespace
Copyright © 2012 by Microsoft Corporation. All rights reserved.