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