Gets property description.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string GetDescription(
	PropertyDescriptor property
)
Visual Basic
Protected Overridable Function GetDescription ( 
	property As PropertyDescriptor
) As String
Visual C++
protected:
virtual String^ GetDescription(
	PropertyDescriptor^ property
)
F#
abstract GetDescription : 
        property : PropertyDescriptor -> string 
override GetDescription : 
        property : PropertyDescriptor -> string 

Parameters

property
Type: System.ComponentModel..::..PropertyDescriptor
Property descriptor

Return Value

Type: String
Description

See Also