Share via


PropertyUpdate.GetValueAsBool Method

Definition

Convert the value to a bool.

public:
 Nullable<bool> GetValueAsBool();
public bool? GetValueAsBool ();
member this.GetValueAsBool : unit -> Nullable<bool>
Public Function GetValueAsBool () As Nullable(Of Boolean)

Returns

The value as a bool.

Applies to