Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("The domain where machine with the OPC servers can be accessed.")> Public Property Domain As String |
C# | |
---|---|
[DescriptionAttribute("The domain where machine with the OPC servers can be accessed.")] public string Domain {get; set;} |