QuickOPC User's Guide and Reference
PropertyName Property (SetExtendedProperty)



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace > SetExtendedProperty Class : PropertyName Property
Specifies name of extended property.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<ConstructorArgumentAttribute("propertyName")>
<DefaultValueAttribute("")>
<BrowsableAttribute(False)>
Public Property PropertyName As String
'Usage
 
Dim instance As SetExtendedProperty
Dim value As String
 
instance.PropertyName = value
 
value = instance.PropertyName
[CanBeNull()]
[ConstructorArgument("propertyName")]
[DefaultValue("")]
[Browsable(false)]
public string PropertyName {get; set;}
[CanBeNull()]
[ConstructorArgument("propertyName")]
[DefaultValue("")]
[Browsable(false)]
public:
property String^ PropertyName {
   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