SPExecutingConversionRequest.AccountName property
NOTE: This API is now obsolete.
Gets the name of the user who is requesting the conversion.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property AccountName As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.AccountName
[ObsoleteAttribute("This member is obsolete.", false)]
public string AccountName { get; }
Property value
Type: System.String
A string that contains the name of the user.
See also
Reference
SPExecutingConversionRequest class