IValidatedElement.CompositionTag Property

Gets the tag to use for the validator composing the validators for the element.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

string CompositionTag { get; }
'Declaration
ReadOnly Property CompositionTag As String
    Get
property String^ CompositionTag {
    String^ get ();
}

Property Value

Type: String

See Also

IValidatedElement Interface

IValidatedElement Members

Microsoft.Practices.EnterpriseLibrary.Validation Namespace