Returns the value of the requested user defined property as a string.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public string GetUserDefinedPropertyAsString(
string propertyName
)
public string GetUserDefinedPropertyAsString(
string propertyName
)
Public Function GetUserDefinedPropertyAsString (
propertyName As String
) As String
Public Function GetUserDefinedPropertyAsString (
propertyName As String
) As String
public:
String^ GetUserDefinedPropertyAsString(
String^ propertyName
)
public:
String^ GetUserDefinedPropertyAsString(
String^ propertyName
)
member GetUserDefinedPropertyAsString :
propertyName : string -> string
member GetUserDefinedPropertyAsString :
propertyName : string -> string
Parameters
- propertyName
- Type:
System String
The name of the property.
Return Value
Type:
StringThe value of the requested property converted to a string.