IOfflineEntityInstance.IsAuthoritative Property
Gets whether the External Item is authoritative.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsAuthoritative As Boolean
Get
'Usage
Dim instance As IOfflineEntityInstance
Dim value As Boolean
value = instance.IsAuthoritative
bool IsAuthoritative { get; }
Property Value
Type: System.Boolean
true if authoritative; otherwise, false.
See Also
Reference
IOfflineEntityInstance Interface