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