Subscription.ModifiedBy Özelliği
Abonelik son değiştiren kullanıcının adını alır.
Ad Alanı: ReportService2006
Derleme: ReportService2006 (ReportService2006 içinde.dll)
Sözdizimi
'Bildirim
Public Property ModifiedBy As String
Get
Set
'Kullanım
Dim instance As Subscription
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
Bir salt dize Abonelik son kullanıcının adını içeren değeri değiştirildi.