MethodValueAccess.Key Property

Key used to retrieve data. In this case, it's just the method name.

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

Syntax

public override string Key { get; }
'Declaration
Public Overrides ReadOnly Property Key As String
    Get
public:
virtual property String^ Key {
    String^ get () override;
}

Property Value

Type: String

See Also

MethodValueAccess Class

MethodValueAccess Members

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace