Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Message Class / Substitutions Property



In This Topic
    Substitutions Property
    In This Topic
    Variable text values associated with a message.
    Syntax
    'Declaration
     
    <DataMemberAttribute("Substitutions")>
    Public Property Substitutions As String()
    'Usage
     
    Dim instance As Message
    Dim value() As String
     
    instance.Substitutions = value
     
    value = instance.Substitutions
    [DataMember("Substitutions")]
    public string[] Substitutions {get; set;}
    [DataMember("Substitutions")]
    public:
    property array<String^>^ Substitutions {
       array<String^>^ get();
       void set (    array<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