ConditionalValueSupplier.Indicator Property
Gets or sets the object that indicates whether the Value1 property or the Value2 property is the value of the containing object.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public object Indicator { get; set; }
public:
property Object^ Indicator {
Object^ get();
void set(Object^ value);
}
Public Property Indicator As Object
Property Value
Type: System.Object
An System.Object.
Remarks
Bind this property to the external source of Boolean values. The CurrentValue property is based on this indicator.
See Also
ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top