PropertyName Property

Gets the property name.

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

Syntax

'Declaration
Public ReadOnly Property PropertyName As String
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
function get_propertyName();

See Also

TrackingDataProperty Class

Microsoft.Rtc.Workflow.Activities Namespace