Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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