Actions.Items Property
Gets the list of items.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim value As List(Of EntityDescription)
value = Actions.Items
Syntax
'Declaration
Public Shared ReadOnly Property Items As List(Of EntityDescription)
public static List<EntityDescription> Items { get; }
public:
static property List<EntityDescription^>^ Items {
List<EntityDescription^>^ get ();
}
/** @property */
public static List<EntityDescription> get_Items ()
public static function get Items () : List<EntityDescription>
Property Value
Type: List
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Actions Class
Actions Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.