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



Syntax
Public Overridable Default Property Item( _
   ByVal key As String _
) As String
Dim instance As PropertySet
Dim key As String
Dim value As String
 
instance.Item(key) = value
 
value = instance.Item(key)
public virtual string this[ 
   string key
]; {get; set;}
public:
virtual property String^ default [String^] {
   String^ get(String^ key);
   void set (String^ key, String^ 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

PropertySet Class
PropertySet Members

Send Feedback