WSRP_v1_PortletManagement_Binding_SOAP.BegingetPortletPropertyDescription Method
Namespace: Microsoft.SharePoint.Portal.WebControls.WSRPWebService
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function BegingetPortletPropertyDescription ( _
getPortletPropertyDescription1 As getPortletPropertyDescription, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As WSRP_v1_PortletManagement_Binding_SOAP
Dim getPortletPropertyDescription1 As getPortletPropertyDescription
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BegingetPortletPropertyDescription(getPortletPropertyDescription1, _
callback, asyncState)
public IAsyncResult BegingetPortletPropertyDescription(
getPortletPropertyDescription getPortletPropertyDescription1,
AsyncCallback callback,
Object asyncState
)
Parameters
- getPortletPropertyDescription1
Type: Microsoft.SharePoint.Portal.WebControls.WSRPWebService.getPortletPropertyDescription
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
See Also
Reference
WSRP_v1_PortletManagement_Binding_SOAP Class
WSRP_v1_PortletManagement_Binding_SOAP Members
Microsoft.SharePoint.Portal.WebControls.WSRPWebService Namespace