Propriété CreatedBy
Obtient le nom de l'utilisateur ayant initialement ajouté l'élément à la bibliothèque SharePoint.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Property CreatedBy As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
Valeur de type String qui contient le nom de l'utilisateur qui a initialement ajouté l'élément à la bibliothèque SharePoint.