Właściwość CatalogItem.CreatedBy
Pobiera nazwę użytkownika, który pierwotnie dodany element do biblioteki programu SharePoint.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property CreatedBy As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera nazwę użytkownika, który pierwotnie dodany element do biblioteki programu SharePoint.