CategoryEntry.Item[String] Property

Definition

Returns a property instance of this CategoryEntry object given the property name.

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyEntry ^ default[System::String ^] { System::Activities::Presentation::PropertyEditing::PropertyEntry ^ get(System::String ^ propertyName); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyEntry this[string propertyName] { get; }
member this.Item(string) : System.Activities.Presentation.PropertyEditing.PropertyEntry
Default Public MustOverride ReadOnly Property Item(propertyName As String) As PropertyEntry

Parameters

propertyName
String

The string property name for which to return a property instance.

Property Value

The property corresponding to the property name parameter if one exists; otherwise, null.

Applies to