True if the attribute is official retired
public bool Retired {get;}
public:
property bool Retired {
bool get();
}
'Declaration
Public ReadOnly Property Retired As Boolean
'Usage
Dim instance As UID
Dim value As Boolean
value = instance.Retired
Target Platforms: .NET CLR 4.0 or higher