Get the expiration date of the DAFIF catalog.
Read-only property
[Visual Basic .NET] |
---|
Public Property ExpirationDate() As String |
[C#] |
---|
public string ExpirationDate {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ExpirationDate(); |
[Unmanaged C++] |
---|
public: HRESULT get_ExpirationDate( BSTR * pVal ); |
[Java] |
---|
public String getExpirationDate(); |