QuickOPC User's Guide and Reference
StandardName Property (_UAComplexDataPluginParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _UAComplexDataPluginParameters Interface : StandardName Property
A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.
Syntax
'Declaration
 
<NotNullAttribute()>
Property StandardName As String
'Usage
 
Dim instance As _UAComplexDataPluginParameters
Dim value As String
 
instance.StandardName = value
 
value = instance.StandardName
[NotNull()]
string StandardName {get; set;}
[NotNull()]
property String^ StandardName {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

_UAComplexDataPluginParameters Interface
_UAComplexDataPluginParameters Members