CatalogItem.ModifiedBy Özelliği
Son değiştiren kullanıcının adını alır öğe.Salt okunur.
Ad Alanı: ReportService2005
Derleme: ReportService2005 (ReportService2005 içinde.dll)
Sözdizimi
'Bildirim
Public Property ModifiedBy As String
Get
Set
'Kullanım
Dim instance As CatalogItem
Dim value As String
value = instance.ModifiedBy
instance.ModifiedBy = value
public string ModifiedBy { get; set; }
public:
property String^ ModifiedBy {
String^ get ();
void set (String^ value);
}
member ModifiedBy : string with get, set
function get ModifiedBy () : String
function set ModifiedBy (value : String)
Özellik Değeri
Tür: System.String
A dize son değiştiren kullanıcının adı içeren değeri öğe.