Share via


AssociationReferenceStruct.IsReverse property

Gets or sets whether the association reference is reversible.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsReverse As Boolean
    Get
    Set
'Usage
Dim instance As AssociationReferenceStruct
Dim value As Boolean

value = instance.IsReverse

instance.IsReverse = value
public bool IsReverse { get; set; }

Property value

Type: System.Boolean
true if the reference could be reversed; otherwise, false.

See also

Reference

AssociationReferenceStruct class

AssociationReferenceStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace