BehaviorType Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets the type of behavior.

Namespace: Microsoft.Activities.Extensions.ServiceModel
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public override Type BehaviorType { get; }
Visual Basic
Public Overrides ReadOnly Property BehaviorType As Type
	Get
Visual C++
public:
virtual property Type^ BehaviorType {
	Type^ get () override;
}

Return Value

A Type.

See Also