Gets or sets a description for the dataset.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [XmlAttributeAttribute] public string Description { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <XmlAttributeAttribute> _ Public Property Description As String Get Set |