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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.