Share via


SharePointExtractViaKeyString.KeyString Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointExtractViaKeyString Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace