Discuss this help topic in SecureBlackbox Forum

TElWinAzureSingleAccessPolicy.ExpiryTime

TElWinAzureSingleAccessPolicy     See also     


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


Specifies the expiration time for the associated signature.

Declaration

[C#]
    DateTime ExpiryTime;

[VB.NET]
    Property ExpiryTime As DateTime

[Pascal]
    property ExpiryTime : TDateTime;

[C++]
    int64_t get_ExpiryTime();
    void set_ExpiryTime(int64_t Value);

[PHP]
    DateTime get_ExpiryTime()
    void set_ExpiryTime(DateTime $Value)

[Java]
    Date getExpiryTime();
    void setExpiryTime(Date Value);

Description

    Use this property to specify the expiration time for the associated shared access signature.

See also:     StartTime    

Discuss this help topic in SecureBlackbox Forum