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!

Module.FilterTypeNameIgnoreCase

Represents a TypeFilter object that filters the list of types defined in this Module based upon the name (case insensitive).

[Visual Basic]
Public Shared ReadOnly FilterTypeNameIgnoreCase As TypeFilter
[C#]
public static readonly TypeFilter FilterTypeNameIgnoreCase;
[C++]
public: static readonly TypeFilter* FilterTypeNameIgnoreCase;
[JScript]
public static var FilterTypeNameIgnoreCase : TypeFilter;

Remarks

Filters the list of Types defined in this Module based upon the Name The filter is case insensitive and supports a trailing "*" wildcard.

See Also

Module Class | Module Members | System.Reflection Namespace