OfficialFileProxy.GetServerInfo 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/GetServerInfo", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetServerInfo As String
'Usage
Dim instance As OfficialFileProxy
Dim returnValue As String
returnValue = instance.GetServerInfo()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/recordsrepository/GetServerInfo", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/recordsrepository/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string GetServerInfo()
Return Value
Type: System.String
Returns String.
See Also
Reference
Microsoft.Office.RecordsManagement.OfficialFileWSProxy Namespace