Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Comment Class
Members



In This Topic
    Comment Class
    In This Topic
    Represents an individual comment record stored in a Historian server.
    Syntax
    'Declaration
     
    <DataContractAttribute("Comment")>
    <SerializableAttribute()>
    Public Class Comment 
    'Usage
     
    Dim instance As Comment
    [DataContract("Comment")]
    [Serializable()]
    public class Comment 
    [DataContract("Comment")]
    [Serializable()]
    public ref class Comment 
    Inheritance Hierarchy

    System.Object
       Proficy.Historian.ClientAccess.API.Comment

    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