Share via


RecordingInfo.Type Property

Recorded sensor type

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

Syntax

public SensorType Type { get; set; }
'Declaration
Public Property Type As SensorType
    Get
    Set
public:
virtual property SensorType Type {
    SensorType get () sealed;
    void set (SensorType value) sealed;
}
function get_Type();
function set_Type(value);

Property Value

Type: SensorType

See Also

RecordingInfo Class

RecordingInfo.RecordingInfo Members

Lumia.Sense.Testing Namespace