Namespace: MonoSoftware.MonoX.oEmbed.Entities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string CacheAge { get; set; }
Visual Basic
Public Property CacheAge As String
	Get
	Set
Visual C++
public:
property String^ CacheAge {
	String^ get ();
	void set (String^ value);
}
F#
member CacheAge : string with get, set

Property Value

Type: String

See Also