ValueAccess.Key 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 a hint of the location of the value relative to the object where it was retrieved from.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
PublicMustOverrideReadOnlyPropertyKeyAs String
publicabstract string Key { get; }
public:
virtualproperty String^ Key {
String^ get () abstract;
}
publicabstractfunction getKey () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Validation 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. |