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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UASmartClientIsolator 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 _UASmartClientIsolator
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 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UASmartClientIsolator Interface
_UASmartClientIsolator Members