ExtendedProperty GetStringValue Method | MSG .NET Class Library |
Gets the string value.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string GetStringValue()
public string GetStringValue()
Public Function GetStringValue As String
Public Function GetStringValue As String
Dim instance As ExtendedProperty Dim returnValue As String returnValue = instance.GetStringValue()
Dim instance As ExtendedProperty Dim returnValue As String returnValue = instance.GetStringValue()
public String GetStringValue()
public String GetStringValue()
public function GetStringValue() : String
public function GetStringValue() : String
function GetStringValue();
function GetStringValue();
Return Value
Type:
System.String.
See Also