ConfigurationAttributeSchema.ValidationParameter Property
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.
Gets the additional parameters needed to validate the data in a configuration attribute.
public:
property System::String ^ ValidationParameter { System::String ^ get(); };
public string ValidationParameter { get; }
member this.ValidationParameter : string
Public ReadOnly Property ValidationParameter As String
Property Value
The additional parameters needed to validate the data in a configuration attribute.