QuickOPC User's Guide and Reference
Capacity Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAIndexRangeList Class : Capacity Property
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute(0)>
<IgnoreDataMemberAttribute()>
Public Shadows Property Capacity As Integer
'Usage
 
Dim instance As UAIndexRangeList
Dim value As Integer
 
instance.Capacity = value
 
value = instance.Capacity
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
[IgnoreDataMember()]
public new int Capacity {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(0)]
[IgnoreDataMember()]
public:
new property int Capacity {
   int get();
   void set (    int value);
}
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