ExtendedProperty.GetLongValue Method

Independentsoft MSG .NET

ExtendedProperty GetLongValue Method MSG .NET Class Library
Gets the long value.

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

Syntax

public long GetLongValue()
public long GetLongValue()
Public Function GetLongValue As Long
Public Function GetLongValue As Long
Dim instance As ExtendedProperty 
Dim returnValue As Long 

returnValue = instance.GetLongValue()
Dim instance As ExtendedProperty 
Dim returnValue As Long 

returnValue = instance.GetLongValue()
public long GetLongValue()
public long GetLongValue()
public function GetLongValue() : long
public function GetLongValue() : long
function GetLongValue();
function GetLongValue();

Return Value

Type: OnlineInt64
System.Int64.
See Also