Compartir a través de


CatalogItem.CreatedBy Propiedad

Gets the name of the user that originally added the item to the report server database. Read-only.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Property CreatedBy As String 
    Get 
    Set
'Uso
Dim instance As CatalogItem 
Dim value As String 

value = instance.CreatedBy

instance.CreatedBy = value
public string CreatedBy { get; set; }
public:
property String^ CreatedBy {
    String^ get ();
    void set (String^ value);
}
member CreatedBy : string with get, set
function get CreatedBy () : String 
function set CreatedBy (value : String)

Valor de la propiedad

Tipo: System.String
A String value containing the name of the user who originally added the item to the report server database.

Vea también

Referencia

CatalogItem Clase

Espacio de nombres ReportService2005