Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / CalculatedQuality Class / Percent Property



In This Topic
    Percent Property
    In This Topic
    Internal representation.
    Syntax
    'Declaration
     
    <DataMemberAttribute()>
    Public Property Percent As Single
    'Usage
     
    Dim instance As CalculatedQuality
    Dim value As Single
     
    instance.Percent = value
     
    value = instance.Percent
    [DataMember()]
    public float Percent {get; set;}
    [DataMember()]
    public:
    property float Percent {
       float get();
       void set (    float 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