CollectionDataContractAttribute.ValueName Property

Definition

Gets or sets the custom name for a dictionary value name.

public:
 property System::String ^ ValueName { System::String ^ get(); void set(System::String ^ value); };
public string ValueName { get; set; }
public string? ValueName { get; set; }
member this.ValueName : string with get, set
Public Property ValueName As String

Property Value

The name to use instead of the default dictionary value name.

Applies to