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