public Nullable<string> YouTubeUrl { get; set; }
Public Property YouTubeUrl As Nullable(Of String) Get Set
public: property Nullable<String^> YouTubeUrl { Nullable<String^> get (); void set (Nullable<String^> value); }