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

Returns the last time the security is changed in the system.

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

Syntax

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

See Also