| ModelCollectionTItem Property (String) |
Gets or sets the element with specified identifier.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public T this[
string id
] { get; set; }
Public Property Item (
id As String
) As T
Get
Set
Parameters
- id
- Type: SystemString
Element identifier.
Property Value
Type:
TThe item.
Exceptions See Also