Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.GetPaymentConfiguration

TElAWSS3DataStorageBucket     See also     


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


Returns payment configuration for the data bucket.

Declaration

[C#]
    string GetPaymentConfiguration();

[VB.NET]
    Function GetPaymentConfiguration() As String

[Pascal]
    function GetPaymentConfiguration : string;

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

[PHP]
    string GetPaymentConfiguration()

[Java]
    String getPaymentConfiguration();

Description

    Use this method to check the payment configuration for the data bucket.

See also:     SetPaymentConfiguration    

Discuss this help topic in SecureBlackbox Forum