ConditionEditorController.ConditionObject Property

Definition

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the Condition object managed by the controller.

public:
 property Microsoft::SqlServer::Management::Dmf::Condition ^ ConditionObject { Microsoft::SqlServer::Management::Dmf::Condition ^ get(); };
public Microsoft.SqlServer.Management.Dmf.Condition ConditionObject { get; }
member this.ConditionObject : Microsoft.SqlServer.Management.Dmf.Condition
Public ReadOnly Property ConditionObject As Condition

Property Value

The Condition object managed by the controller.

Applies to