WebTestSharePointSettings.ParameterizeSiteName 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.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'Declaration
Public Property ParameterizeSiteName As Boolean
public bool ParameterizeSiteName { get; set; }
public:
virtual property bool ParameterizeSiteName {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ParameterizeSiteName : bool with get, set 
override ParameterizeSiteName : bool with get, set
final function get ParameterizeSiteName () : boolean 
final function set ParameterizeSiteName (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

WebTestSharePointSettings Class

Microsoft.VisualStudio.TestTools.Vsip Namespace