[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Subtitles.Services.Types.IMDB.Year]

Namespace:  Subtitles.Services.Types
Assembly:  Subtitles.Services (in Subtitles.Services)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Nullable<int> Year { get; set; }
Visual Basic (Declaration)
Public Property Year As Nullable(Of Integer)
Visual C++
public:
property Nullable<int> Year {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also