Cuminas DjVu SDK for .NET Framework
GetUserPropertySet Method



Syntax
Public Function GetUserPropertySet( _
   ByVal key As String, _
   ByVal forceCreate As Boolean _
) As UserPropertySet
Dim instance As UserPropertySetMap
Dim key As String
Dim forceCreate As Boolean
Dim value As UserPropertySet
 
value = instance.GetUserPropertySet(key, forceCreate)
public UserPropertySet GetUserPropertySet( 
   string key,
   bool forceCreate
)
public:
UserPropertySet^ GetUserPropertySet( 
   String^ key,
   bool forceCreate
) 

Parameters

key
forceCreate
Requirements

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

See Also

Reference

UserPropertySetMap Class
UserPropertySetMap Members

Send Feedback