public virtual string Identification { get; set; }
Public Overridable Property Identification As String
Get
Set
public:
virtual property String^ Identification {
String^ get ();
void set (String^ value);
}
abstract Identification : string with get, set
override Identification : string with get, set