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.
Returns the value of the specified Web property.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetWebPropertyValue ( _
web As SPWeb, _
key As String _
) As String
'Usage
Dim web As SPWeb
Dim key As String
Dim returnValue As String
returnValue = SPMobileUtility.GetWebPropertyValue(web, _
key)
public static string GetWebPropertyValue(
SPWeb web,
string key
)
Parameters
web
Type: Microsoft.SharePoint.SPWebAn SPWeb object that represents a mobile Web application.
key
Type: System.StringA string that contains the property key.
Return Value
Type: System.String
A string that contains the property value.