Share via


CreatedBy.UserName property

Gets or sets the name of the user who created the item.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property UserName As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As CreatedBy
Dim value As InArgument(Of String)

value = instance.UserName

instance.UserName = value
[RequiredArgumentAttribute]
public InArgument<string> UserName { get; set; }

Property value

Type: System.Activities.InArgument<String>

See also

Reference

CreatedBy class

CreatedBy members

Microsoft.SharePoint.WorkflowServices.Activities namespace