Share via


PropertyProxyValidator.PropertyName Property

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.

Gets or sets the name of the property to use as soource for validation specifications.

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

Syntax

'Declaration
PublicPropertyPropertyNameAs String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    voidset (String^ value);
}
publicfunction getPropertyName () : String
publicfunction setPropertyName (value : String)

See Also

PropertyProxyValidator Class

Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet Namespace

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.