Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the user who is requesting the conversion.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property AccountName As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.AccountName
public string AccountName { get; }
Property Value
Type: System.String
A string that contains the name of the user.
See Also
Reference
SPExecutingConversionRequest Class