ActivityTemplatesCollection.Item Property (String)
Gets the ActivityTemplate object in the collection with the specified string value for the IsMultivalued property.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
multivalued As String _
) As ActivityTemplate
Get
'Usage
Dim instance As ActivityTemplatesCollection
Dim multivalued As String
Dim value As ActivityTemplate
value = instance(multivalued)
public ActivityTemplate this[
string multivalued
] { get; }
Parameters
multivalued
Type: System.StringThe value of the IsMultivalued property of the ActivityTemplate to be returned. Use either bool.TrueString or bool.FalseString for this parameter.
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityTemplate
Remarks
Pass the value for IsMultivalued as a string.
See Also
Reference
ActivityTemplatesCollection Class