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.
if current compatibilityLevel is greater or equal to 15, use name_15. This method is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetVersionedString15 ( _
name As String, _
ParamArray values As Object() _
) As String
'Usage
Dim name As String
Dim values As Object()
Dim returnValue As String
returnValue = SPResource.GetVersionedString15(name, _
values)
public static string GetVersionedString15(
string name,
params Object[] values
)
Parameters
- name
Type: System.String
values
Type: []The values associated with the resource.
Return value
Type: System.String
The localized string.