NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CssStyleCollection.Add

Adds a style to the CssStyleCollection.

[Visual Basic]
Overridable Public Sub Add( _
   ByVal key As String, _
   ByVal value As String _
)
[C#]
public virtual void Add(
   string key,
   string value
);
[C++]
public: virtual void Add(
   String* key,
   String* value
);
[JScript]
public function Add(
   key : String,
   value : String
);

Parameters

key
Index assigned to the new style in the collection.
value
[To be supplied.]

See Also

CssStyleCollection Class | CssStyleCollection Members | System.Web.UI Namespace