Gets or sets the label of the component or class that originated the exception.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public virtual string Label { get; set; }
public virtual string Label { get; set; }
Public Overridable Property Label As String
Get
Set
Public Overridable Property Label As String
Get
Set
public:
virtual property String^ Label {
String^ get ();
void set (String^ value);
}
public:
virtual property String^ Label {
String^ get ();
void set (String^ value);
}
abstract Label : string with get, set
override Label : string with get, set
abstract Label : string with get, set
override Label : string with get, set
Property Value
Type:
StringLabel of the class or component which originated the exception.