RelationName Property

Gets the name of the relation.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RelationName As String
    Get
    Friend Set
'Usage
Dim instance As RelatedListing
Dim value As String

value = instance.RelationName
[DataMemberAttribute]
public string RelationName { get; internal set; }
[DataMemberAttribute]
public:
property String^ RelationName {
    String^ get ();
    internal: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

RelatedListing Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace