AccessRequestsPermissionLevelField.GetValidatedString method
Valida e converte o valor do campo em um formulário serializado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Function GetValidatedString ( _
value As Object _
) As String
'Uso
Dim instance As AccessRequestsPermissionLevelField
Dim value As Object
Dim returnValue As String
returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
Object value
)
Parâmetros
value
Type: System.ObjectO valor do campo para converter.
Valor retornado
Type: System.String
O formato serializado do valor.
Ver também
Referência
AccessRequestsPermissionLevelField class