Discuss this help topic in SecureBlackbox Forum

TElWinAzureSingleAccessPolicy.StartTime

TElWinAzureSingleAccessPolicy     See also     


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


Specifies the start time for the associated signature.

Declaration

[C#]
    DateTime StartTime;

[VB.NET]
    Property StartTime As DateTime

[Pascal]
    property StartTime : TDateTime;

[C++]
    int64_t get_StartTime();
    void set_StartTime(int64_t Value);

[PHP]
    DateTime get_StartTime()
    void set_StartTime(DateTime $Value)

[Java]
    Date getStartTime();
    void setStartTime(Date Value);

Description

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

See also:     ExpiryTime    

Discuss this help topic in SecureBlackbox Forum