Partilhar via


ExecutionTarget.ExcludePrefix Property

Definition

List of object prefixes to be excluded from task execution. If there is a conflict between include and exclude prefixes, the exclude prefix will be the determining factor.

public System.Collections.Generic.IList<string> ExcludePrefix { get; }
member this.ExcludePrefix : System.Collections.Generic.IList<string>
Public ReadOnly Property ExcludePrefix As IList(Of String)

Property Value

Applies to