SUMMARY
Returns the value of the requested user defined property as a string.

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string GetUserDefinedPropertyAsString(
string propertyName
)
Public Function GetUserDefinedPropertyAsString ( _
propertyName As String _
) As String
public:
String^ GetUserDefinedPropertyAsString(
String^ propertyName
)
member GetUserDefinedPropertyAsString :
propertyName:string -> string

Parameters
- propertyName (String)
- The name of the property.

Return Value
The value of the requested property converted to a string.
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0