PropertyMappedControlValueAccess Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Returns the value from a control.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms (in Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.dll)

Syntax

'Declaration
Public Class PropertyMappedControlValueAccess _
    Inherits ValueAccess
public class PropertyMappedControlValueAccess : ValueAccess
public ref class PropertyMappedControlValueAccess : public ValueAccess
public class PropertyMappedControlValueAccess extends ValueAccess

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Validation.ValueAccess
    Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms.PropertyMappedControlValueAccess

See Also

PropertyMappedControlValueAccess Members

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.WinForms Namespace