Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a WPF indicator object into a Boolean value.
Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
bool Convert(
    object indicator
)
bool Convert(
    Object^ indicator
)
Function Convert (
    indicator As Object
) As Boolean
Parameters
- indicator 
 Type: System.Object- An indicator object that is passed by WPF. 
Return Value
Type: System.Boolean
Remarks
Based on the indicator value, ConditionalValueSupplier.Value1 or ConditionalValueSupplier.Value2 becomes the current value of ConditionalValueSupplier.
See Also
IIndicatorConverter Interface
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top