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