ExtendedProperty GetLongValue Method | MSG .NET Class Library |
Gets the long value.
Namespace: Independentsoft.MsgAssembly: 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:
System.Int64.
See Also