UserProfileHelper.GetUserProfileDateNoYear Method

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Shared Function GetUserProfileDateNoYear ( _
    context As WorkflowContext, _
    schemaName As String, _
    propertyName As String, _
    user As String _
) As String
'Usage
Dim context As WorkflowContext
Dim schemaName As String
Dim propertyName As String
Dim user As String
Dim returnValue As String

returnValue = UserProfileHelper.GetUserProfileDateNoYear(context, _
    schemaName, propertyName, user)
public static string GetUserProfileDateNoYear(
    WorkflowContext context,
    string schemaName,
    string propertyName,
    string user
)

Parameters

Return Value

Type: System.String

See Also

Reference

UserProfileHelper Class

UserProfileHelper Members

Microsoft.Office.Workflow.Actions Namespace