Instructs to show Short or Long Description from the Metadata Container for a field.
'Declaration
Public Property UseLongDescription As System.Boolean
'Usage
Dim instance As FieldListDescriptionColumnOptions
Dim value As System.Boolean
instance.UseLongDescription = value
value = instance.UseLongDescription
public System.bool UseLongDescription {get; set;}
public: __property System.bool get_UseLongDescription();
public: __property void set_UseLongDescription(
System.bool value
);
Property Value
true means getting this column value from the LongDescription, false - from the ShortDescription.