Cuminas DjVu SDK for .NET Framework
Item Property (UserPropertySetMap)



Syntax
Public Overridable Default Property Item( _
   ByVal key As String _
) As UserPropertySet
Dim instance As UserPropertySetMap
Dim key As String
Dim value As UserPropertySet
 
instance.Item(key) = value
 
value = instance.Item(key)
public virtual UserPropertySet this[ 
   string key
]; {get; set;}
public:
virtual property UserPropertySet^ default [String^] {
   UserPropertySet^ get(String^ key);
   void set (String^ key, UserPropertySet^ value);
}

Parameters

key
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