The ValueAsString property provides the value of the value of the NBElement, converted to a string.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public string ValueAsString { get; }
public string ValueAsString { get; }
Public ReadOnly Property ValueAsString As String
Get
Public ReadOnly Property ValueAsString As String
Get
public:
property String^ ValueAsString {
String^ get ();
}
public:
property String^ ValueAsString {
String^ get ();
}
member ValueAsString : string with get
member ValueAsString : string with get
Property Value
Type:
StringValueAsString returns the value of the element converted to a string.