WSRP_v1_Markup_Binding_SOAP.getMarkup Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:getMarkup", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
Public Function getMarkup ( _
    getMarkup1 As getMarkup _
) As MarkupResponse
'Usage
Dim instance As WSRP_v1_Markup_Binding_SOAP
Dim getMarkup1 As getMarkup
Dim returnValue As MarkupResponse

returnValue = instance.getMarkup(getMarkup1)
[SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:getMarkup", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
public MarkupResponse getMarkup(
    getMarkup getMarkup1
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.MarkupResponse

See Also

Reference

WSRP_v1_Markup_Binding_SOAP Class

WSRP_v1_Markup_Binding_SOAP Members

Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace