Compartir a través de


: Application.ApplicationInfo.Type (Propiedad) (Microsoft.SharePoint.Portal.SingleSignon)

Gets the ApplicationType enumeration that contains two members: Individual or Group.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal.SingleSignon (in microsoft.sharepoint.portal.singlesignon.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As ApplicationType
'Uso
Dim instance As ApplicationInfo
Dim value As ApplicationType

value = instance.Type
public ApplicationType Type { get; }

Comentarios

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.

Vea también

Referencia

Application.ApplicationInfo (Clase)
Application.ApplicationInfo (Miembros)
Microsoft.SharePoint.Portal.SingleSignon (Espacio de nombres)