Cuminas DjVu SDK for .NET Framework
HasExpiry Property (SecurityProvider)



Detemines whether an expiry is set or not.
Syntax
Public ReadOnly Property HasExpiry As Boolean
Dim instance As SecurityProvider
Dim value As Boolean
 
value = instance.HasExpiry
public bool HasExpiry {get;}
public:
property bool HasExpiry {
   bool get();
}

Property Value

true if an expiry is set; otherwise false.
Remarks
Expiry is set on either document level or user level. This property checks both.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SecurityProvider Class
SecurityProvider Members

Send Feedback