ConditionalValueSupplier.CurrentValue Property
Gets the current value of the containing object.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public object CurrentValue { get; }
public:
property Object^ CurrentValue {
Object^ get();
}
Public ReadOnly Property CurrentValue As Object
Property Value
Type: System.Object
An System.Object.
Remarks
This property returns Value1 if Indicator is true and Value2 if Indicator is false. Bind to this property to get the dynamic value if the indicator changes.
See Also
ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top