Share via


DiscoveryDataMissingKeyException.KeyPropertyName Property

Definition

Gets the name of the missing key property that caused the exception to be thrown.

public:
 property System::String ^ KeyPropertyName { System::String ^ get(); };
public string KeyPropertyName { get; }
member this.KeyPropertyName : string
Public ReadOnly Property KeyPropertyName As String

Property Value

Returns a string that contains the name of the missing key property that caused the exception to be thrown.

Applies to