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