ActivityType.ActivityTemplates Property
Gets a collection of ActivityTemplate objects for this ActivityType.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ActivityTemplates As ActivityTemplatesCollection
Get
'Usage
Dim instance As ActivityType
Dim value As ActivityTemplatesCollection
value = instance.ActivityTemplates
public ActivityTemplatesCollection ActivityTemplates { get; }
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityTemplatesCollection
Remarks
Use the Create method in this collection to create a new ActivityTemplate.