'Declaration
<ColumnDisplayAttribute(8)> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <DisplayAttribute(AutoGenerateField=True, Order=12, ShortName="Deadband Type")> Public Property DeadbandType As UADeadbandType
'Usage
Dim instance As UAPublishedVariableData Dim value As UADeadbandType instance.DeadbandType = value value = instance.DeadbandType
[ColumnDisplay(8)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=true, Order=12, ShortName="Deadband Type")] public UADeadbandType DeadbandType {get; set;}
[ColumnDisplay(8)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Display(AutoGenerateField=true, Order=12, ShortName="Deadband Type")] public: property UADeadbandType DeadbandType { UADeadbandType get(); void set ( UADeadbandType value); }