Share via


UITestActionLogEntry.Format Property

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

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

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

UITestActionLogEntry Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace