IsDirectRelation Property

Gets a value indicating whether this is a direct relation.

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

Syntax

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

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

RelatedListing Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace