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