Entity.DefaultAction Property
Gets or sets the default action for this external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Property DefaultAction As Action
Get
Set
'Usage
Dim instance As Entity
Dim value As Action
value = instance.DefaultAction
instance.DefaultAction = value
public Action DefaultAction { get; set; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.Client.Action
The default action for this external content type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When using the Set accessor with a a null reference (Nothing in Visual Basic) argument. |
MetadataObjectNotFoundException | When using the Get accessor and the metadata object is not found. |
InvalidMetadataPropertyException | When using the Get accessor and the metadata is not valid. |
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace