Discuss this help topic in SecureBlackbox Forum

TElOneDriveComments.Enabled

TElOneDriveComments     See also     


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


Specifies whether comments are enabled.

Declaration

[C#]
    bool Enabled;

[VB.NET]
    Property Enabled As Boolean

[Pascal]
    property Enabled: Boolean;

[C++]
    bool get_Enabled();

[PHP]
    bool get_Enabled()

[Java]
    boolean getEnabled();

Description

    When comments are disabled, the list is empty.

See also:     Items    

Discuss this help topic in SecureBlackbox Forum