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.FilterTypeName

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

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

Remarks

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

See Also

Module Class | Module Members | System.Reflection Namespace