Share via


TrackingDataProperty Members

Include Protected Members
Include Inherited Members

The TrackingDataProperty type exposes the following members.

Constructors

  Name Description
Public method TrackingDataProperty
Creates an instance.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property PropertyName
Gets the property name.
Public property PropertyValue
Gets the property value.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IXmlSerializable.GetSchema
GetSchema is not implemented and returns null instead of throwing an exception. (Returning null is a more common implementation of GetSchema than throwing an exception when there is no implementation.)
Explicit interface implemetation Private method IXmlSerializable.ReadXml
Deserialization is not supported.
Explicit interface implemetation Private method IXmlSerializable.WriteXml
Serializes the property key and the property value. XmlSerializer.Serialize can throw an InvalidOperationException exception and the exception should be handled by the caller who calls the serialize function on TrackingDataProperty.

See Also

TrackingDataProperty Class

Microsoft.Rtc.Workflow.Activities Namespace