Discuss this help topic in SecureBlackbox Forum

TElCardDavPropFilter.IsNotDefined

TElCardDavPropFilter     See also     


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


Specifies the CARDDAV:is-not-defined element value.

Declaration

[C#]
    bool IsNotDefined;

[VB.NET]
    Property IsNotDefined As Boolean

[Pascal]
    property IsNotDefined : boolean;

[C++]
    bool get_IsNotDefined();
    void set_IsNotDefined(bool Value);

[PHP]
    bool get_IsNotDefined()
    void set_IsNotDefined(bool $Value)

[Java]
    not available

Description

    The CARDDAV:is-not-defined element is used when the type specified by the "name" attribute does not exist.

See also:     Name    

Discuss this help topic in SecureBlackbox Forum