QuickOPC User's Guide and Reference
ServerDescriptor Property (AEEventsSubscriptionArguments)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEEventsSubscriptionArguments Class : ServerDescriptor Property
Gets or sets the OPC server descriptor that is an argument to the operation.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As AEEventsSubscriptionArguments
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
[DataMember()]
public ServerDescriptor ServerDescriptor {get; set;}
[DataMember()]
public:
property ServerDescriptor^ ServerDescriptor {
   ServerDescriptor^ get();
   void set (    ServerDescriptor^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEEventsSubscriptionArguments Class
AEEventsSubscriptionArguments Members