: ProfilePropertyLoader.GetProperty (Método) (Microsoft.SharePoint.Portal.WebControls)
Gets the Property object for the profile property in the PropertyLoader.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function GetProperty ( _
strPropName As String _
) As Property
'Uso
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As Property
returnValue = instance.GetProperty(strPropName)
public Property GetProperty (
string strPropName
)
Parámetros
- strPropName
The name of the profile property.
Valor devuelto
A Property object.
Vea también
Referencia
ProfilePropertyLoader (Clase)
ProfilePropertyLoader (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)