ContractDescription Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ContractDescription type exposes the following members.

Properties

  Name Description
Public property Behaviors Gets the behaviors associated with the contract description.
Public propertySupported by Silverlight for Windows Phone CallbackContractType Gets or sets the type of callback contract that the contract description specifies.
Public propertySupported by Silverlight for Windows Phone ConfigurationName Gets or sets the configuration name for the contract description.
Public propertySupported by Silverlight for Windows Phone ContractType Gets or sets the contract type that the contract description specifies.
Public propertySupported by Silverlight for Windows Phone Name Gets or sets the name of the contract.
Public propertySupported by Silverlight for Windows Phone Namespace Gets or sets the namespace for the contract.
Public propertySupported by Silverlight for Windows Phone Operations Gets the collection of operation descriptions associated with the contract.

Top