Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ActivityTemplate object in the collection with the specified identifier.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
activityTemplateId As Long _
) As ActivityTemplate
Get
'Usage
Dim instance As ActivityTemplatesCollection
Dim activityTemplateId As Long
Dim value As ActivityTemplate
value = instance(activityTemplateId)
public ActivityTemplate this[
long activityTemplateId
] { get; }
Parameters
activityTemplateId
Type: System.Int64The identifier for the ActivityTemplate to be returned.
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityTemplate
See Also
Reference
ActivityTemplatesCollection Class