ExtendedProperty.GetStringArrayValue Method

Independentsoft MSG .NET

ExtendedProperty GetStringArrayValue Method MSG .NET Class Library
Gets the string array value.

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

Syntax

public string[] GetStringArrayValue()
public string[] GetStringArrayValue()
Public Function GetStringArrayValue As String()
Public Function GetStringArrayValue As String()
Dim instance As ExtendedProperty 
Dim returnValue As String()

returnValue = instance.GetStringArrayValue()
Dim instance As ExtendedProperty 
Dim returnValue As String()

returnValue = instance.GetStringArrayValue()
public String[] GetStringArrayValue()
public String[] GetStringArrayValue()
public function GetStringArrayValue() : String[]
public function GetStringArrayValue() : String[]
function GetStringArrayValue();
function GetStringArrayValue();

Return Value

Type:  OnlineString 
System.String[][].
See Also