SharePointFindCalendarItems.TimeFormat Property

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

Syntax

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

SharePointFindCalendarItems Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace