'Declaration
<DataMemberAttribute()> <DefaultValueAttribute("")> <NotNullAttribute()> Public Property DisplayName As String
'Usage
Dim instance As TypeMemberInfo Dim value As String instance.DisplayName = value value = instance.DisplayName
[DataMember()] [DefaultValue("")] [NotNull()] public string DisplayName {get; set;}
[DataMember()] [DefaultValue("")] [NotNull()] public: property String^ DisplayName { String^ get(); void set ( String^ value); }