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