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