FindProperty

PropertyCollection.FindProperty method

Trouve la propriété. Il peut s’agir d’une propriété dynamique (créée par CreateDynamicProperty/SetProperty) ou d’une propriété native (identifiée par son nom)

public Property FindProperty(string property)
ParamètreTaperLa description
propertyStringNom de la propriété.

Return_Value

La propriété.

Voir également