ActivityDesignerAccessibleObject.Name Property

Definition

Gets or sets the name of the Activity associated with the accessible object's ActivityDesigner.

C#
public override string Name { get; set; }

Property Value

The name of the Activity or a null reference (Nothing in Visual Basic) if the property has not been set.

Remarks

The Name property is a string used by clients to identify, find, or announce an activity for the user. To access the name of a child activity, you must first call GetChild with the index of the name of the child activity you are retrieving.

You cannot perform a set operation on Name.

Applies to

Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1