'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property Name As String
[DataMember()] [NotNull()] public string Name {get;}
'Declaration
<DataMemberAttribute()> <NotNullAttribute()> Public ReadOnly Property Name As String
[DataMember()] [NotNull()] public string Name {get;}