PropertyMap.Reset(String) Method

Definition

Restores the default property mapping for the given property.

public:
 void Reset(System::String ^ propertyName);
public void Reset (string propertyName);
member this.Reset : string -> unit
Public Sub Reset (propertyName As String)

Parameters

propertyName
String

The name of the property to restore.

Exceptions

propertyName is null.

Remarks

The Reset method has the following effects on the PropertyMap.

  • A default property mapping that has been removed is restored.

  • A property mapping that has been added is removed.

  • A default property mapping that has been overridden is restored to its default value.

Applies to

See also