ExtendedProperty GetStringArrayValue Method | MSG .NET Class Library |
Gets the string array value.
Namespace: Independentsoft.MsgAssembly: 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:
System.String[][].
See Also