Visual Basic (Declaration) | |
---|---|
Public Property ShowOther As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ShowOther {get; set;} |
C# | Copy Code |
---|---|
de.ShowOther=true; |
Visual Basic | Copy Code |
---|---|
de.ShowOther=true |
See Gettings Started > Tutorials > Data Engine for more info.
The default is false.
The default is false.