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!

IDataBuffer.Namespace

[To be supplied.]

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

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace