Share via


ConditionalValueSupplier.Value2 Property

 

Gets or sets the second possible value in the ConditionalValueSupplier.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public object Value2 { get; set; }
public:
property Object^ Value2 {
    Object^ get();
    void set(Object^ value);
}
Public Property Value2 As Object

Property Value

Type: System.Object

An System.Object.

Remarks

This value is returned by the containing object if Indicator is false.

See Also

ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top