MarkupProperty.Name Property

Definition

When overridden in a derived class, gets a name that is used for diagnostics and error reporting.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

Property Value

The identifier property name.

Remarks

A serializer should not use this value. It should use the PropertyDescriptor and/or DependencyProperty instead.

Applies to