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!

IDOMImplementation.hasFeature

[To be supplied.]

[Visual Basic]
Function hasFeature( _
   ByVal feature As String, _
   ByVal version As String _
) As Boolean
[C#]
bool hasFeature(
   string feature,
   string version
);
[C++]
bool hasFeature(
   String* feature,
   String* version
) = 0;
[JScript]
function hasFeature(
   feature : String,
   version : String
) : Boolean;

Parameters

feature
[To be supplied.]
version
[To be supplied.]

See Also

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