Proprietà UserName
Gets the value that specifies the user name.
Spazio dei nomi Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.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