MethodInput IsTestMethod Property

This property holds the flag on whether the Connector should attempt to perform this method as a test.

Namespace:  Scribe.Core.ConnectorApi.Actions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataMemberAttribute(Order = 2)]
public   bool   IsTestMethod { get; set; }

Property Value

Type: Boolean

See

MethodInput Class

Scribe.Core.ConnectorApi.Actions Namespace