ApplicationCreationDisposition Enumeration

The ApplicationCreationDisposition enumeration specifies how the enterprise application definition is created.

Members

The following table shows the members of the ApplicationCreationDisposition enumeration and provides a brief description of each.

Name Description
CreateNew Creates the enterprise application definition if it does not exist.
Overwrite Creates the enterprise application definition if it does not exist; overwrites it if it does exist.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Portal.SingleSignon

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Security: Code Access Security

AddApplication