ExpiresOffset Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.Utils.CSSCompressor.ExpiresOffset"]

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public int ExpiresOffset { get; set; }
Visual Basic (Declaration)
Public Property ExpiresOffset As Integer
Visual C++
public:
property int ExpiresOffset {
	int get ();
	void set (int value);
}

See Also