ConnectionDetail.KeyName Property

Definition

Gets or sets the key name associated with the connection.

[System.ComponentModel.DataAnnotations.Key]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true, Name="KeyName", Order=1001)]
public string KeyName { get; set; }
[<System.ComponentModel.DataAnnotations.Key>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true, Name="KeyName", Order=1001)>]
member this.KeyName : string with get, set
Public Property KeyName As String

Property Value

The key name associated with the connection.

Attributes

Applies to