QuickOPC User's Guide and Reference
Description Property (DataType)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > DataType Class : Description Property
Human readable description of the data type.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property Description As String
'Usage
 
Dim instance As DataType
Dim value As String
 
instance.Description = value
 
value = instance.Description
[DataMember()]
[DefaultValue("")]
[NotNull()]
public string Description {get; set;}
[DataMember()]
[DefaultValue("")]
[NotNull()]
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

DataType Class
DataType Members