MethodInstanceStruct.ReturnTypeDescriptorId property

Gets or sets the return TypeDescriptor identifier (ID).

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ReturnTypeDescriptorId As UInteger
    Get
    Set
'Usage
Dim instance As MethodInstanceStruct
Dim value As UInteger

value = instance.ReturnTypeDescriptorId

instance.ReturnTypeDescriptorId = value
public uint ReturnTypeDescriptorId { get; set; }

Property value

Type: System.UInt32
The return TypeDescriptor ID.

See also

Reference

MethodInstanceStruct class

MethodInstanceStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace