QuickOPC User's Guide and Reference
Scheme Property (UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptor Class : Scheme Property
The scheme name of the URI.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<IgnoreDataMemberAttribute()>
<ValueDomainAttribute(OpcLabs.EasyOpc.UA.ValueDomains.UAEndpointSchemeValueDomain)>
<XmlIgnoreAttribute()>
Public Shadows Property Scheme As String
'Usage
 
Dim instance As UAEndpointDescriptor
Dim value As String
 
instance.Scheme = value
 
value = instance.Scheme
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[IgnoreDataMember()]
[ValueDomain(OpcLabs.EasyOpc.UA.ValueDomains.UAEndpointSchemeValueDomain)]
[XmlIgnore()]
public new string Scheme {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[IgnoreDataMember()]
[ValueDomain(OpcLabs.EasyOpc.UA.ValueDomains.UAEndpointSchemeValueDomain)]
[XmlIgnore()]
public:
new property String^ Scheme {
   String^ get();
   void set (    String^ 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