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

Gets and Sets the last time any security information was changed in the system ConfigureInfo.

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

Syntax

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

See Also