'Declaration<JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property ServerOperationContext As UAServerOperationContext
'UsageDim instance As UADataVariableProcessedEventArgs Dim value As UAServerOperationContext value = instance.ServerOperationContext
[JetBrains.Annotations.NotNull()] public UAServerOperationContext ServerOperationContext {get;}
[JetBrains.Annotations.NotNull()] public: property UAServerOperationContext^ ServerOperationContext { UAServerOperationContext^ get(); }
Property Value
The OpcLabs.EasyOpc.UA.UAServerOperationContext providing context about the server operation.The value of this property cannot be null (Nothing in Visual Basic).