KeyName Property

Gets or sets the name of the key.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Property KeyName As String
    Get
    Set
'Usage
Dim instance As ListingProperty
Dim value As String

value = instance.KeyName

instance.KeyName = value
public string KeyName { get; set; }
public:
property String^ KeyName {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
The name of the key.

See Also

Reference

ListingProperty Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace