 |
BasicSettingsShowIndioDetail Property |
Show Indio Details
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Configure.Activity
Assembly:
ASI.TAM.API.Data.UI.Configure.Activity (in ASI.TAM.API.Data.UI.Configure.Activity.dll) Version: 2023.1.0.1249
Syntaxpublic Nullable<bool> ShowIndioDetail { get; set; }
Public Property ShowIndioDetail As Nullable(Of Boolean)
Get
Set
Dim instance As BasicSettings
Dim value As Nullable(Of Boolean)
value = instance.ShowIndioDetail
instance.ShowIndioDetail = value
Property Value
Type:
NullableBoolean
ShowIndioDetails As Boolean?.
Remarks Note |
---|
|
See Also