共用方式為


OfficialFileProxy.GetRecordRoutingCollection Method

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/GetRecordRoutingCollection", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetRecordRoutingCollection As String
'Usage
Dim instance As OfficialFileProxy
Dim returnValue As String

returnValue = instance.GetRecordRoutingCollection()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetRecordRoutingCollection", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetRecordRoutingCollection()

Return Value

Type: System.String
Returns String.

See Also

Reference

OfficialFileProxy Class

OfficialFileProxy Members

Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace