Cuminas DjVu SDK for .NET Framework
CurrentUserPropertySet Property



Gets UserPropertySet for the current user.
Syntax
Public ReadOnly Property CurrentUserPropertySet As UserPropertySet
Dim instance As SecurityProvider
Dim value As UserPropertySet
 
value = instance.CurrentUserPropertySet
public UserPropertySet CurrentUserPropertySet {get;}
public:
property UserPropertySet^ CurrentUserPropertySet {
   UserPropertySet^ get();
}

Property Value

UserPropertySet object associated to the current user.
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