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

Sets the default value of the last time the security information is changed.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SetSecurityRequest(
	DateTime dt
)
Visual Basic (Declaration)
Public Sub SetSecurityRequest ( _
	dt As DateTime _
)
Visual C++
public:
void SetSecurityRequest(
	DateTime dt
)

Parameters

dt
Type: System..::.DateTime
The datetime value that needs to be set.

See Also