Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.IsDecoderActivated

TElMessagePartHandler     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This read-only property contains the value of IsActivatedMessagePartHandler property of the handled TElMessagePart.

Declaration

[C#]
    bool IsDecoderActivated;

[VB.NET]
    Property IsDecoderActivated As Boolean

[Pascal]
    property IsDecoderActivated : Boolean;

[C++]
    bool get_IsDecoderActivated();

[PHP]
    bool get_IsDecoderActivated()

[Java]
    boolean getIsDecoderActivated();

Description

    Use this property to get the value of IsActivatedMessagePartHandler property of the handled message part.

Discuss this help topic in SecureBlackbox Forum