Item Property
Sets or retrieves the item in the collection that matches the string being searched for.
Syntax
Visual Basic Public Property Item As string C# public string Item { get; set; } Managed C++ public: __property string get_Item();
public: __property void set_Item(string);JScript public function get Item() : string;
public function set Item(string);
Possible Values
sItem The item in the collection. The property is read/write. The property has no default value.
Property Information
Applies To
CssCollection
See Also