ExtendedProperty.GetIntegerValue Method

Independentsoft MSG .NET

ExtendedProperty GetIntegerValue Method MSG .NET Class Library
Gets the integer value.

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

Syntax

public int GetIntegerValue()
public int GetIntegerValue()
Public Function GetIntegerValue As Integer
Public Function GetIntegerValue As Integer
Dim instance As ExtendedProperty 
Dim returnValue As Integer 

returnValue = instance.GetIntegerValue()
Dim instance As ExtendedProperty 
Dim returnValue As Integer 

returnValue = instance.GetIntegerValue()
public int GetIntegerValue()
public int GetIntegerValue()
public function GetIntegerValue() : int
public function GetIntegerValue() : int
function GetIntegerValue();
function GetIntegerValue();

Return Value

Type: OnlineInt32
System.Int32.
See Also