EncryptedUserName Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property EncryptedUserName As String
Get
Set
'Uso
Dim instance As DataSourceCredentials
Dim value As String
value = instance.EncryptedUserName
instance.EncryptedUserName = value
public string EncryptedUserName { get; set; }
public:
property String^ EncryptedUserName {
String^ get ();
void set (String^ value);
}
member EncryptedUserName : string with get, set
function get EncryptedUserName () : String
function set EncryptedUserName (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A string value.