Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorageObject.SharedWith

TElOneDriveDataStorageObject     See also     


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


Returns permission info for this object.

Declaration

[C#]
    string SharedWith;

[VB.NET]
    Property SharedWith As String

[Pascal]
    property SharedWith: string;

[C++]
    void get_SharedWith(std::string &OutResult);

[PHP]
    string get_SharedWith()

[Java]
    String getSharedWith();

Description

    Use this property to check the object's permissions.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum