AudienceCollection.Item property
Overload list
Name | Description | |
---|---|---|
![]() |
Item[Guid] | Gets the Audience object with the specified globally unique identifier (GUID) from the collection. |
![]() |
Item[Int32] | Gets the Audience object with the specified index from the collection. |
![]() |
Item[String] | Gets the Audience object with the specified name from the collection. |
Top