InvalidConsoleTaskInUserRoleScopeException.ConsoleTaskId Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the identifier for the invalid console task.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As InvalidConsoleTaskInUserRoleScopeException
Dim value As Guid
value = instance.ConsoleTaskId
Syntax
'Declaration
Public ReadOnly Property ConsoleTaskId As Guid
public Guid ConsoleTaskId { get; }
public:
property Guid ConsoleTaskId {
Guid get ();
}
/** @property */
public Guid get_ConsoleTaskId ()
public function get ConsoleTaskId () : Guid
Property Value
Returns the Guid identifier of the console task.
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, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
InvalidConsoleTaskInUserRoleScopeException Class
InvalidConsoleTaskInUserRoleScopeException Members
Microsoft.EnterpriseManagement.Common Namespace