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