HttpMethodOverrideBehaviorExtensionBehaviorType Property |
Returns the type of the endpoint behavior.
Namespace: Scanjour.Workflow4.Web.Services.ExtensibilityAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic override Type BehaviorType { get; }
Public Overrides ReadOnly Property BehaviorType As Type
Get
public:
virtual property Type^ BehaviorType {
Type^ get () override;
}
abstract BehaviorType : Type with get
override BehaviorType : Type with get
Property Value
Type
See Also