Gets or sets the name of the property to use as the visual representation of the items.
Syntax
'Declaration
<JsonAttribute(Order=1,
SkipIfDefault=,
PropertyName="",
Name="")>
Public Property DisplayMemberPath As String
[Json(Order=1,
SkipIfDefault=,
PropertyName="",
Name="")]
public string DisplayMemberPath {get; set;}
See Also