Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.IsEmbeddable

TElOneDriveDataStorageObject     See also     


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


Specifies whether the object is embeddable.

Declaration

[C#]
    bool IsEmbeddable;

[VB.NET]
    Property IsEmbeddable As Boolean

[Pascal]
    property IsEmbeddable: boolean;

[C++]
    virtual bool get_IsEmbeddable();

[Java]
    boolean getIsEmbeddable();

Description

    Use this property to check whether the object is embeddable.

See also:     Link    

Discuss this help topic in SecureBlackbox Forum