ExtendedProperty.GetBooleanValue Method

Independentsoft MSG .NET

ExtendedProperty GetBooleanValue Method MSG .NET Class Library
Gets the boolean value.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public bool GetBooleanValue()
public bool GetBooleanValue()
Public Function GetBooleanValue As Boolean
Public Function GetBooleanValue As Boolean
Dim instance As ExtendedProperty 
Dim returnValue As Boolean 

returnValue = instance.GetBooleanValue()
Dim instance As ExtendedProperty 
Dim returnValue As Boolean 

returnValue = instance.GetBooleanValue()
public boolean GetBooleanValue()
public boolean GetBooleanValue()
public function GetBooleanValue() : boolean
public function GetBooleanValue() : boolean
function GetBooleanValue();
function GetBooleanValue();

Return Value

Type: OnlineBoolean
true if XXXX, false otherwise.
See Also