Gets or sets a name of the conditional instruction.

Syntax

public string Name { get; set; }
Public Property Name As String

Remarks

A System.ArgumentException is thrown if the set value is null, an empty string or the name of another ConditionalInstruction object inside the ConditionalInstructionCollection where this object is part of it.