Eplan Platform API
Eplan.IdentityClient Namespace / EplanCloudResourceDeprecationArgs Class / Sunset Property

In This Topic
    Sunset Property
    In This Topic
    Date when the EPLAN Cloud resource is expected to become unresponsive
    Syntax
    public DateTime Sunset {get; set;}
    public:
    property DateTime Sunset {
       DateTime get();
       void set (    DateTime value);
    }
    See Also