public bool IsVideo { get; set; }
Public Property IsVideo As Boolean Get Set
public: property bool IsVideo { bool get (); void set (bool value); }