CollectionDataContractAttribute.IsKeyNameSetExplicitly Property

Definition

Gets whether KeyName has been explicitly set.

public:
 property bool IsKeyNameSetExplicitly { bool get(); };
public bool IsKeyNameSetExplicitly { get; }
member this.IsKeyNameSetExplicitly : bool
Public ReadOnly Property IsKeyNameSetExplicitly As Boolean

Property Value

true if the key name has been explicitly set; otherwise, false.

Applies to