FileSystemWatcher.GlobPattern Property

Definition

Gets or sets the glob pattern to watch.

public:
 property System::String ^ GlobPattern { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="globPattern")]
public string GlobPattern { get; set; }
[<System.Runtime.Serialization.DataMember(Name="globPattern")>]
member this.GlobPattern : string with get, set
Public Property GlobPattern As String

Property Value

Attributes

Applies to