In This Topic
True if the attribute is official retired
Syntax
'Declaration
Public ReadOnly Property Retired As System.Boolean
'Usage
Dim instance As UID
Dim value As System.Boolean
value = instance.Retired
public System.bool Retired {get;}
public read-only property Retired: System.Boolean;
public function get Retired : System.boolean
public: __property System.bool get_Retired();
public:
property System.bool Retired {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also