'Declaration
Public Overloads ReadOnly Property Item( _ ByVal id As String _ ) As DashboardItem
public DashboardItem Item( string id ) {get;}
Parameters
- id
- Unique identifier to get item
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal id As String _ ) As DashboardItem
public DashboardItem Item( string id ) {get;}