Share via


Proprietà InstanceInfo.CommandInfo

Ottiene o imposta le informazioni sul comando.

Spazio dei nomi: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Uso

Sintassi

'Dichiarazione
Public Overridable Property CommandInfo As CommandInfo
public virtual CommandInfo CommandInfo { get; protected set; }
public:
virtual property CommandInfo^ CommandInfo {
    CommandInfo^ get ();
    protected: void set (CommandInfo^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CommandInfo get_CommandInfo ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_CommandInfo (CommandInfo value)
CompilerGeneratedAttribute 
public function get CommandInfo () : CommandInfo

CompilerGeneratedAttribute 
protected function set CommandInfo (value : CommandInfo)

Valore proprietà

Informazioni sul comando.

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

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

Vedere anche

Informazioni di riferimento

Classe InstanceInfo
InstanceInfo membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query