SPMobileUtility.GetMobileConfigValueAsInt method
Retorna uma versão inteiro do valor de configuração para o aplicativo da Web móvel especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function GetMobileConfigValueAsInt ( _
web As SPWeb, _
key As String _
) As Integer
'Uso
Dim web As SPWeb
Dim key As String
Dim returnValue As Integer
returnValue = SPMobileUtility.GetMobileConfigValueAsInt(web, _
key)
public static int GetMobileConfigValueAsInt(
SPWeb web,
string key
)
Parâmetros
web
Type: Microsoft.SharePoint.SPWebUm objeto SPWeb que representa um aplicativo da Web.
key
Type: System.StringUma seqüência de caracteres que contém a chave de configuração.
Valor retornado
Type: System.Int32
Um inteiro que representa o valor de configuração.