ExtendedProperty.GetShortValue Method

Independentsoft MSG .NET

ExtendedProperty GetShortValue Method MSG .NET Class Library
Gets the short value.

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

Syntax

public short GetShortValue()
public short GetShortValue()
Public Function GetShortValue As Short
Public Function GetShortValue As Short
Dim instance As ExtendedProperty 
Dim returnValue As Short 

returnValue = instance.GetShortValue()
Dim instance As ExtendedProperty 
Dim returnValue As Short 

returnValue = instance.GetShortValue()
public short GetShortValue()
public short GetShortValue()
public function GetShortValue() : short
public function GetShortValue() : short
function GetShortValue();
function GetShortValue();

Return Value

Type: OnlineInt16
System.Int16.
See Also