Share via


CommandInfo.CommandStatus Property

Gets or sets the status of the command.

Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Usage

'Usage
Dim instance As CommandInfo
Dim value As CommandStatus

value = instance.CommandStatus

instance.CommandStatus = value

Syntax

'Declaration
Public Overridable Property CommandStatus As CommandStatus
public virtual CommandStatus CommandStatus { get; protected set; }
public:
virtual property CommandStatus CommandStatus {
    CommandStatus get ();
    protected: void set (CommandStatus value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CommandStatus get_CommandStatus ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_CommandStatus (CommandStatus value)
CompilerGeneratedAttribute 
public function get CommandStatus () : CommandStatus

CompilerGeneratedAttribute 
protected function set CommandStatus (value : CommandStatus)

Property Value

The status of the command.

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

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

CommandInfo Class
CommandInfo Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace

  ff425134(v=azure.10).md 2011-08-26