WSRP_v1_PortletManagement_Binding_SOAP.setPortletProperties Method
Namespace: Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:setPortletProperties", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
Public Function setPortletProperties ( _
setPortletProperties1 As setPortletProperties _
) As PortletContext
'Usage
Dim instance As WSRP_v1_PortletManagement_Binding_SOAP
Dim setPortletProperties1 As setPortletProperties
Dim returnValue As PortletContext
returnValue = instance.setPortletProperties(setPortletProperties1)
[SoapDocumentMethodAttribute("urn:oasis:names:tc:wsrp:v1:setPortletProperties", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
public PortletContext setPortletProperties(
setPortletProperties setPortletProperties1
)
Parameters
- setPortletProperties1
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.setPortletProperties
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.PortletContext
See Also
Reference
WSRP_v1_PortletManagement_Binding_SOAP Class
WSRP_v1_PortletManagement_Binding_SOAP Members
Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace