TrackingDataProperty Class

TrackingDataProperty stores a name and value for a single property.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public NotInheritable Class TrackingDataProperty _
    Implements IXmlSerializable
public sealed class TrackingDataProperty : IXmlSerializable
public ref class TrackingDataProperty sealed : IXmlSerializable
Microsoft.Rtc.Workflow.Activities.TrackingDataProperty = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.TrackingDataProperty',
    null,
    IXmlSerializable);

Inheritance Hierarchy

Object
  Microsoft.Rtc.Workflow.Activities..::.TrackingDataProperty

See Also

TrackingDataProperty Members

Microsoft.Rtc.Workflow.Activities Namespace