Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState.StateType

TElDCAsyncState     See also     


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


Specifies the state type.

Declaration

[C#]
    string StateType;

[VB.NET]
    Property StateType As String

[Pascal]
    property StateType : string;

[C++]
    void get_StateType(std::string &OutResult);
    void set_StateType(const std::string &Value);

[PHP]
    string get_StateType()
    void set_StateType(string $Value)

[Java]
    String getStateType();
    void setStateType(String Value);

Description

    Use this property to specify the state type.

See also:     StateSubtypes    

Discuss this help topic in SecureBlackbox Forum