ApplicationRegistration Members
Include Protected Members
Include Inherited Members
Represents registration of an application package to be trusted for contextual conversation. This class object can be created by using the method CreateApplicationRegistration from the LyncClient object
The ApplicationRegistration type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddRegistration | Apply a registration. | |
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
RemoveRegistration | Removes a registration. | |
SetExtensibilityWindowProperties | Sets the properties of a conversation window extension. | |
ToString | (inherited from Object) |
Top