Cuminas DjVu SDK for .NET Framework
UserPropertySets Property



Gets privileges/properties associated to users.
Syntax
Public ReadOnly Property UserPropertySets As UserPropertySetMap
Dim instance As SecurityProvider
Dim value As UserPropertySetMap
 
value = instance.UserPropertySets
public UserPropertySetMap UserPropertySets {get;}
public:
property UserPropertySetMap^ UserPropertySets {
   UserPropertySetMap^ get();
}

Property Value

UserPropertySetMap object which manages privileges/properties associated to users.
Remarks
Document level properties are managed by PropertySet Property.
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