Discuss this help topic in SecureBlackbox Forum

TElCMSProperty.Signed

TElCMSProperty     See also     


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


This property specifies whether the property is signed, or not.

Declaration

[C#]
    bool Signed;

[VB.NET]
    Property Signed As Boolean

[Pascal]
    property Signed: boolean;

[C++]
    bool get_Signed();
    void set_Signed(bool Value);

[PHP]
    bool get_Signed()
    void set_Signed(bool $Value)

[Java]
    boolean getSigned();
    void setSigned(boolean Value);

Description

    Use this property to specify, whether the property is signed, or not.

See also:     Included    

Discuss this help topic in SecureBlackbox Forum