Discuss this help topic in SecureBlackbox Forum

TElGoogleDrivePermission.Value

TElGoogleDrivePermission     See also     


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


Returns the email address or domain name for the entity.

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value: string;

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

[PHP]
    string get_Value()

[Java]
    String getValue();

Description

    Use this property to get the email address or domain name for the entity. This is used during inserts and is not populated in responses. When making an insert permission request, exactly one of the ID or value fields must be specified.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum