Share via


SharePointFindCalendarDates.UseDefaultValue Property

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

Syntax

'Declaration
Public Property UseDefaultValue As Boolean
public bool UseDefaultValue { get; set; }
public:
property bool UseDefaultValue {
    bool get ();
    void set (bool value);
}
member UseDefaultValue : bool with get, set
function get UseDefaultValue () : boolean 
function set UseDefaultValue (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointFindCalendarDates Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace