WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetUserDefinedPropertyAsString Method (propertyName)
NamespacesIBM.Broker.PluginNBNodeGetUserDefinedPropertyAsString(String)
SUMMARY
Returns the value of the requested user defined property as a string.
Declaration Syntax
C#Visual BasicVisual 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