ReportElementEnumGUIDEL Property |
If defined, the enumerated list is used for the display and for sorting
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(null)]
public string EnumGUIDEL { get; set; }
<DefaultValueAttribute(Nothing)>
Public Property EnumGUIDEL As String
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property String^ EnumGUIDEL {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute(null)>]
member EnumGUIDEL : string with get, set
Property Value
Type:
String
See Also