SenseRecording.Description Property

Description of the recording. Initially empty, can be modified by the developer to describe the recording before saving.

Namespace: Lumia.Sense.Testing
Assembly: Lumia.Sense.Testing (in Lumia.Sense.Testing.dll) Version: 255.255.255.255

Syntax

public string Description { get; set; }
'Declaration
Public Property Description As String
    Get
    Set
public:
virtual property String^ Description {
    String^ get () sealed;
    void set (String^ value) sealed;
}
function get_Description();
function set_Description(value);

Property Value

Type: String

See Also

SenseRecording Class

SenseRecording.SenseRecording Members

Lumia.Sense.Testing Namespace