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!

IAttributeAccessor.SetAttribute

[To be supplied.]

[Visual Basic]
Sub SetAttribute( _
   ByVal key As String, _
   ByVal value As String _
)
[C#]
void SetAttribute(
   string key,
   string value
);
[C++]
void SetAttribute(
   String* key,
   String* value
) = 0;
[JScript]
function SetAttribute(
   key : String,
   value : String
);

Parameters

key
[To be supplied.]
value
[To be supplied.]

See Also

IAttributeAccessor Interface | IAttributeAccessor Members | System.Web.UI Namespace