Class FormerlyKnownAsAttribute
- Namespace
- Homa.Sdk.Foundation
- Assembly
- Homa.Sdk.Foundation.dll
Use when a type was renamed or moved to another namespace to preserve compatibility with serialized data.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface, Inherited = false, AllowMultiple = true)]
public sealed class FormerlyKnownAsAttribute : Attribute
- Inheritance
-
FormerlyKnownAsAttribute
- Inherited Members
Properties
PreviousName
Previous, namespace qualified name of the type.
public string PreviousName { get; set; }