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