Association.ReturnTypeDescriptor Property

NOTE: This API is now obsolete.

Gets or sets the return TypeDescriptor of the association method.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")> _
Public Overrides Property ReturnTypeDescriptor As TypeDescriptor
    Get
    Set
'Usage
Dim instance As Association
Dim value As TypeDescriptor

value = instance.ReturnTypeDescriptor

instance.ReturnTypeDescriptor = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.")]
public override TypeDescriptor ReturnTypeDescriptor { get; set; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptor
A TypeDescriptor object.

See Also

Reference

Association Class

Association Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace