Share via


ConditionalValueSupplier.Value1 Property

 

Gets or sets the first possible value in the ConditionalValueSupplier.

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

Syntax

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

Property Value

Type: System.Object

An System.Object.

Remarks

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

See Also

ConditionalValueSupplier Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top