QuickOPC User's Guide and Reference
DefaultPropertyId Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : DefaultPropertyId Property
Default property Id. It is a "null" property Id, signifying that the property Id is not specified.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultPropertyId As DAPropertyId
'Usage
 
Dim value As DAPropertyId
 
value = DAPropertyElement.DefaultPropertyId
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static DAPropertyId DefaultPropertyId {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property DAPropertyId^ DefaultPropertyId {
   DAPropertyId^ get();
}
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