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