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!

IAttr.value

[To be supplied.]

[Visual Basic]
Property value As String
[C#]
string value {get; set;}
[C++]
String* get_value() = 0;void set_value(String*) = 0;
[JScript]
abstract function get value() : String;
public abstract function set value(String);

See Also

IAttr Interface | IAttr Members | System.Data.XML.DOM Namespace