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