public bool? IsNotForReplication { get; set; }
Public Property IsNotForReplication As Boolean?
Get
Set
public:
property Nullable<bool> IsNotForReplication {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member IsNotForReplication : Nullable<bool> with get, set