Application.ApplicationInfo Members
Include Protected Members
Include Inherited Members
Identifies an enterprise application definition.
The Application.ApplicationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Application.ApplicationInfo(String, String, Application.ApplicationType, String) | Initializes a new instance of the ApplicationInfo class. | |
Application.ApplicationInfo(String, String, Application.ApplicationType, String, SsoCredentialContents) |
Top
Properties
Name | Description | |
---|---|---|
ApplicationFriendlyName | Gets the friendly name of the enterprise application definition. | |
ApplicationName | Gets the name of the enterprise application definition. | |
ContactName | Gets the name of the person identified as the contact for the enterprise application definition. | |
FieldContents | ||
Type | Gets the ApplicationType enumeration that contains two members: Individual or Group. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top