QuickOPC User's Guide and Reference
ApplicationName Property (UADiscoveryElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UADiscoveryElement Class : ApplicationName Property
A descriptive name for the the application (not necessarily unique).
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ApplicationName As String
'Usage
 
Dim instance As UADiscoveryElement
Dim value As String
 
instance.ApplicationName = value
 
value = instance.ApplicationName
[DefaultValue()]
public string ApplicationName {get; set;}
[DefaultValue()]
public:
property String^ ApplicationName {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UADiscoveryElement Class
UADiscoveryElement Members