public Nullable<bool> ShowPlay { get; set; }
Public Property ShowPlay As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> ShowPlay { Nullable<bool^> get (); void set (Nullable<bool^> value); }