[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Findet eine Eigenschaft anhand seiner Beschreibung mittels GetDescriptor(PropertyInfo).

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
public static PropertyInfo FindProperty(
	string descriptor
)
Visual Basic
Public Shared Function FindProperty ( _
	descriptor As String _
) As PropertyInfo
F#
static member FindProperty : 
        descriptor:string -> PropertyInfo 

Parameters

descriptor
Type: System..::..String
Eine beschreibende Zeichenkette.

Return Value

Ein PropertyInfo-Objekt.

See Also