VisualBasicDesignerHelper.NameShadowingConstraint Property

Definition

Gets the constraint used in name shadowing.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static property System::Activities::Validation::Constraint ^ NameShadowingConstraint { System::Activities::Validation::Constraint ^ get(); };
public static System.Activities.Validation.Constraint NameShadowingConstraint { get; }
static member NameShadowingConstraint : System.Activities.Validation.Constraint
Public Shared ReadOnly Property NameShadowingConstraint As Constraint

Property Value

The constraint used in name shadowing.

Applies to