Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class / LastModifiedUser Property



In This Topic
    LastModifiedUser Property (Collector)
    In This Topic
    The name of the user who last modified the collector's configuration.
    Syntax
    'Declaration
     
    Public Property LastModifiedUser As String
    'Usage
     
    Dim instance As Collector
    Dim value As String
     
    instance.LastModifiedUser = value
     
    value = instance.LastModifiedUser
    public string LastModifiedUser {get; set;}
    public:
    property String^ LastModifiedUser {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also