Share via


SharePointFindDocumentItems.DocumentFilter Property

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property DocumentFilter As String
public string DocumentFilter { get; set; }
public:
property String^ DocumentFilter {
    String^ get ();
    void set (String^ value);
}
member DocumentFilter : string with get, set
function get DocumentFilter () : String 
function set DocumentFilter (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointFindDocumentItems Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace