QuickOPC User's Guide and Reference
MetaMemberAttribute Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMemberMappingDefinition Class : MetaMemberAttribute Property
Contains the MetaMember attribute, if present for this member.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property MetaMemberAttribute As MetaMemberAttribute
'Usage
 
Dim instance As AbstractMemberMappingDefinition
Dim value As MetaMemberAttribute
 
instance.MetaMemberAttribute = value
 
value = instance.MetaMemberAttribute
[CanBeNull()]
public MetaMemberAttribute MetaMemberAttribute {get; set;}
[CanBeNull()]
public:
property MetaMemberAttribute^ MetaMemberAttribute {
   MetaMemberAttribute^ get();
   void set (    MetaMemberAttribute^ 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