OPC Server ProgID, usually in the form vendor.name.n
Syntax
Visual Basic (Declaration) | |
---|
<CategoryAttribute("OPC")>
<DefaultValueAttribute()>
<DescriptionAttribute("OPC Server ProgID")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="OPCDA.NET.Controls.UIServerIDEditor, OpcDaNetUA.Net4, Version=11.1.0.0, Culture=neutral, PublicKeyToken=5b58a8d8b6f4763b")>
Public Property OPCServerProgID As String
|
C# | |
---|
[CategoryAttribute("OPC")]
[DefaultValueAttribute()]
[DescriptionAttribute("OPC Server ProgID")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="OPCDA.NET.Controls.UIServerIDEditor, OpcDaNetUA.Net4, Version=11.1.0.0, Culture=neutral, PublicKeyToken=5b58a8d8b6f4763b")]
public string OPCServerProgID {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also