'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> Public ReadOnly Property ObjectType As Type
'Usage
Dim instance As EventSource Dim value As Type value = instance.ObjectType
[CanBeNull()] [DefaultValue("")] public Type ObjectType {get;}
[CanBeNull()] [DefaultValue("")] public: property Type^ ObjectType { Type^ get(); }