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.
Returns the ActivityApplication for the specified application name.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
applicationName As String _
) As ActivityApplication
Get
'Usage
Dim instance As ActivityApplicationsCollection
Dim applicationName As String
Dim value As ActivityApplication
value = instance(applicationName)
public ActivityApplication this[
string applicationName
] { get; }
Parameters
applicationName
Type: System.StringThe name of the ActivityApplication to be returned.
Property Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityApplication
See Also
Reference
ActivityApplicationsCollection Class