QuickOPC User's Guide and Reference
ServerAttribute Property



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

CommonMemberMappingDefinition Class
CommonMemberMappingDefinition Members