Application.ApplicationInfo.Type Property
Gets the ApplicationType enumeration that contains two members: Individual or Group.
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Application.ApplicationType
Get
'Usage
Dim instance As Application.ApplicationInfo
Dim value As Application.ApplicationType
value = instance.Type
public Application.ApplicationType Type { get; }
Property Value
Type: Microsoft.SharePoint.Portal.SingleSignon.Application.ApplicationType
Remarks
If the value of the Type property equals Individual, the type is an individual enterprise application definition. If the value of the Type property equals Group, the type is a group enterprise application definition.
See Also
Reference
Application.ApplicationInfo Class