IncludeWildcardPattern Property

MCManager API

[Missing <summary> documentation for "P:Moxiecode.Manager.FileSystems.BasicFileFilter.IncludeWildcardPattern"]

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public string IncludeWildcardPattern { get; set; }
Visual Basic (Declaration)
Public Property IncludeWildcardPattern As String
Visual C++
public:
property String^ IncludeWildcardPattern {
	String^ get ();
	void set (String^ value);
}

See Also