ServicePRO SDK Help

ObjectDesignerServiceClient..::..EndGetRelatedTable Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public string EndGetRelatedTable(
	out string newValue,
	out string fieldIdentifier,
	out string fieldCaption,
	IAsyncResult result
)
Public Function EndGetRelatedTable ( _
	<OutAttribute> ByRef newValue As String, _
	<OutAttribute> ByRef fieldIdentifier As String, _
	<OutAttribute> ByRef fieldCaption As String, _
	result As IAsyncResult _
) As String

Parameters

newValue
Type: String%
fieldIdentifier
Type: String%
fieldCaption
Type: String%
result
Type: IAsyncResult