Share via


RecorderOptions.IncludeProcessName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public ReadOnly Property IncludeProcessName As ICollection(Of String)
    Get
'Usage
Dim instance As RecorderOptions
Dim value As ICollection(Of String)

value = instance.IncludeProcessName
public ICollection<string> IncludeProcessName { get; }
public:
property ICollection<String^>^ IncludeProcessName {
    ICollection<String^>^ get ();
}
function get IncludeProcessName () : ICollection<String>
member IncludeProcessName : ICollection<string>

Property Value

Type: System.Collections.Generic.ICollection<String>

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace