QuickOPC User's Guide and Reference
SetExtendedProperty Class
Members 



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace : SetExtendedProperty Class
Provides extension for setting extended property.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class SetExtendedProperty 
   Inherits ComponentExtension
   Implements System.ComponentModel.ISupportInitialize, System.ICloneable 
'Usage
 
Dim instance As SetExtendedProperty
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class SetExtendedProperty : ComponentExtension, System.ComponentModel.ISupportInitialize, System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class SetExtendedProperty : public ComponentExtension, System.ComponentModel.ISupportInitialize, System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Presentation.ComponentModel.ComponentExtension
      OpcLabs.BaseLib.Presentation.ComponentModel.SetExtendedProperty
         OpcLabs.BaseLib.Presentation.LiveBinding.SetBindingBag

Requirements

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

See Also