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!

XmlSchemaAnnotations.Contains

[To be supplied.]

[Visual Basic]
Public Function Contains( _
   ByVal annotation As XmlSchemaAnnotation _
) As Boolean
[C#]
public bool Contains(
   XmlSchemaAnnotation annotation
);
[C++]
public: bool Contains(
   XmlSchemaAnnotation* annotation
);
[JScript]
public function Contains(
   annotation : XmlSchemaAnnotation
) : Boolean;

Parameters

annotation
[To be supplied.]

See Also

XmlSchemaAnnotations Class | XmlSchemaAnnotations Members | System.Xml.Serialization.Schema Namespace