public bool EnableSegmentSelection { get; set; }Public Property EnableSegmentSelection As Boolean
Get
Setpublic:
property bool EnableSegmentSelection {
bool get ();
void set (bool value);
}member EnableSegmentSelection : bool with get, set