DjVu Namespace > UserPropertySetMap Class : Item Property |
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); }
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family