[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt eine formatierte Beschriftung für eine Eigenschaft zurück.

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

Syntax

C#
public static string GetPropertyCaption(
	PropertyInfo property,
	bool nameOnly
)
Visual Basic
Public Shared Function GetPropertyCaption ( _
	property As PropertyInfo, _
	nameOnly As Boolean _
) As String
F#
static member GetPropertyCaption : 
        property:PropertyInfo * 
        nameOnly:bool -> string 

Parameters

property
Type: System.Reflection..::..PropertyInfo
Eine Eigenschaft.
nameOnly
Type: System..::..Boolean
Gibt den Namen ohne Zusätze zurück, falls true übergeben wird.

Return Value

Eine Beschriftung.

See Also