DashboardScriptExtensionInfoClientCollection class
Represents a collection of dashboard script extension information.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<DashboardScriptExtensionInfo>
Microsoft.SharePoint.WorkManagement.Client.DashboardScriptExtensionInfoClientCollection
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.DashboardScriptExtensionInfoClientCollection", ServerTypeId := "{03644911-e5e9-4504-9f73-85d50b9dd6a0}")> _
Public NotInheritable Class DashboardScriptExtensionInfoClientCollection _
Inherits ClientObjectCollection(Of DashboardScriptExtensionInfo)
'Usage
Dim instance As DashboardScriptExtensionInfoClientCollection
[ScriptTypeAttribute("SP.WorkManagement.OM.DashboardScriptExtensionInfoClientCollection", ServerTypeId = "{03644911-e5e9-4504-9f73-85d50b9dd6a0}")]
public sealed class DashboardScriptExtensionInfoClientCollection : ClientObjectCollection<DashboardScriptExtensionInfo>
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.