RecordId Property

Gets the record identifier.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RecordId As Long
    Get
    Friend Set
'Usage
Dim instance As ChannelLanguage
Dim value As Long

value = instance.RecordId
[DataMemberAttribute]
public long RecordId { get; internal set; }
[DataMemberAttribute]
public:
property long long RecordId {
    long long get ();
    internal: void set (long long value);
}

Property Value

Type: System.Int64
Returns Int64.

See Also

Reference

ChannelLanguage Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace