'Declaration
<DataMemberAttribute()> Public Property AESubconditionElement As AESubconditionElement
'Usage
Dim instance As OpcBrowseNodeElement Dim value As AESubconditionElement instance.AESubconditionElement = value value = instance.AESubconditionElement
[DataMember()] public AESubconditionElement AESubconditionElement {get; set;}
[DataMember()] public: property AESubconditionElement^ AESubconditionElement { AESubconditionElement^ get(); void set ( AESubconditionElement^ 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.AESubconditionElement has an implicit conversion to System.String, and it converts to the subcondition name (OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElement.Name), in languages that support implicit conversion operators (such as C# or VB.NET), you can simply use the returned OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElement in any place where subcondition name (a string) is expected as input, and the corresponding subcondition name will be taken automatically from the subcondition element.