CreatedBy 속성
Gets the name of the user who originally added the item to the SharePoint library.
네임스페이스: ReportService2006
어셈블리: ReportService2006.dll의 ReportService2006
구문
‘선언
Public Property CreatedBy As String
Get
Set
‘사용 방법
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)
속성 값
형식: System. . :: . .String
A String value that contains the name of the user who originally added the item to the SharePoint library.