QuickOPC User's Guide and Reference
ModellingRule_OptionalPlaceholder Property (UABrowseNames)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : ModellingRule_OptionalPlaceholder Property
The browse name for the ModellingRule_OptionalPlaceholder component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property ModellingRule_OptionalPlaceholder As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.ModellingRule_OptionalPlaceholder
[NotNull()]
public static UAQualifiedName ModellingRule_OptionalPlaceholder {get;}
[NotNull()]
public:
static property UAQualifiedName^ ModellingRule_OptionalPlaceholder {
   UAQualifiedName^ get();
}
Remarks
The browse name is: OptionalPlaceholder
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