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

The application variable that corresponds to the date and time when any security parameter of the system got updated.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

See Also