Share via


InstanceInfo.InstanceCondition Property

Gets or sets the condition of the instance.

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

Usage

'Usage
Dim instance As InstanceInfo
Dim value As InstanceCondition

value = instance.InstanceCondition

instance.InstanceCondition = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_InstanceCondition (InstanceCondition value)
CompilerGeneratedAttribute 
public function get InstanceCondition () : InstanceCondition

CompilerGeneratedAttribute 
protected function set InstanceCondition (value : InstanceCondition)

Property Value

The condition of the instance.

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

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

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