'Declaration
<DataMemberAttribute()> Public Property AEConditionElement As AEConditionElement
'Usage
Dim instance As OpcBrowseNodeElement Dim value As AEConditionElement instance.AEConditionElement = value value = instance.AEConditionElement
[DataMember()] public AEConditionElement AEConditionElement {get; set;}
[DataMember()] public: property AEConditionElement^ AEConditionElement { AEConditionElement^ get(); void set ( AEConditionElement^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.
Because the OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement has an implicit conversion to System.String, and it converts to the condition name (OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement.Name), in languages that support implicit conversion operators (such as C# or VB.NET), you can simply use the returned OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AEConditionElement in any place where condition name (a string) is expected as input, and the corresponding condition name will be taken automatically from the condition element.