Aracılığıyla paylaş


Subscription.ModifiedBy Özelliği

Abonelik son değiştiren kullanıcının adı.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 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 değiştiren kullanıcının adı içeren değer.