Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the entity actions.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Actions As IEnumerable(Of ODataAction)
Get
Set
'Usage
Dim instance As ODataEntry
Dim value As IEnumerable(Of ODataAction)
value = instance.Actions
instance.Actions = value
public IEnumerable<ODataAction> Actions { get; set; }
public:
property IEnumerable<ODataAction^>^ Actions {
IEnumerable<ODataAction^>^ get ();
void set (IEnumerable<ODataAction^>^ value);
}
member Actions : IEnumerable<ODataAction> with get, set
function get Actions () : IEnumerable<ODataAction>
function set Actions (value : IEnumerable<ODataAction>)
Property Value
Type: System.Collections.Generic.IEnumerable<ODataAction>
The entity actions.