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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetVersionedResourceString15 ( _
strId As String, _
ParamArray values As Object() _
) As String
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim strId As String
Dim values As Object()
Dim returnValue As String
returnValue = instance.GetVersionedResourceString15(strId, _
values)
public string GetVersionedResourceString15(
string strId,
params Object[] values
)
Parameters
- strId
Type: System.String
- values
Type: []
Return value
Type: System.String
See also
Reference
UnsecuredLayoutsPageBase class