Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Archive Class / IsReadonly Property



In This Topic
    IsReadonly Property
    In This Topic
    Whether the archive is read-only.
    Syntax
    'Declaration
     
    <DataMemberAttribute("Readonly")>
    Public Property IsReadonly As Boolean
    'Usage
     
    Dim instance As Archive
    Dim value As Boolean
     
    instance.IsReadonly = value
     
    value = instance.IsReadonly
    [DataMember("Readonly")]
    public bool IsReadonly {get; set;}
    [DataMember("Readonly")]
    public:
    property bool IsReadonly {
       bool get();
       void set (    bool 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