MetaColumn.Description Eigenschap

Definitie

Hiermee haalt u de beschrijving voor het gegevensveld op.

public:
 property System::String ^ Description { System::String ^ get(); };
public:
 virtual property System::String ^ Description { System::String ^ get(); };
public string Description { get; }
public virtual string Description { get; }
member this.Description : string
Public ReadOnly Property Description As String
Public Overridable ReadOnly Property Description As String

Waarde van eigenschap

De beschrijving voor het gegevensveld.

Opmerkingen

De Description eigenschap controleert of een DescriptionAttribute kenmerk wordt toegepast op het gegevensveld en haalt de waarde van de DescriptionAttribute.Description eigenschap op.

Van toepassing op

Zie ook