Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.OfficialFileWSProxy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetHoldsInfo", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetHoldsInfo As HoldInfo()
'Usage
Dim instance As OfficialFileProxy
Dim returnValue As HoldInfo()
returnValue = instance.GetHoldsInfo()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetHoldsInfo", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public HoldInfo[] GetHoldsInfo()
Return Value
Type: []
Returns HoldInfo.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace