Condividi tramite


Proprietà IUserContext.UserName

Gets the value that specifies the user name.

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property UserName As String 
    Get
'Utilizzo
Dim instance As IUserContext 
Dim value As String 

value = instance.UserName
string UserName { get; }
property String^ UserName {
    String^ get ();
}
abstract UserName : string
function get UserName () : String

Valore proprietà

Tipo: System.String
A value that specifies the user name.

Vedere anche

Riferimento

IUserContext Interfaccia

Spazio dei nomi Microsoft.ReportingServices.Interfaces