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