PropertyMap.Reset(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.