PrApi: GetStringProperty

GetStringProperty

Gets the text value of a property of the prapi module.

 Public Function GetStringProperty(
	  ByVal Name As String ) As String

Parameters

Name
Name of the property. See the PrApi Reference Manual for detailed information about the available properties of the prapi module.

Return Values

The current text value of the property.

Languages

[Visual Basic] Public Function GetStringProperty(ByVal Name As String) As String

[Delphi] function GetStringProperty(const name: WideString): WideString;

[C++] BSTR GetStringProperty(BSTR name);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetSourceHandle InitTerminalAuth