Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.DomainSharingPolicy

TElGoogleDriveAccountInfo     See also     


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


Returns the domain sharing policy for the current user.

Declaration

[C#]
    string DomainSharingPolicy;

[VB.NET]
    Property DomainSharingPolicy As String

[Pascal]
    property DomainSharingPolicy: string;

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

[PHP]
    string get_DomainSharingPolicy()

[Java]
    String getDomainSharingPolicy();

Description

    Use this property to get the domain sharing policy.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum