Eplan Platform API
Eplan.IdentityClient Namespace / IdentityClientResponse Class / IdentityClientResponse Constructor / IdentityClientResponse Constructor(IdentityClientResponse)
IdentityClientResponse object with data to be set.

In This Topic
    IdentityClientResponse Constructor(IdentityClientResponse)
    In This Topic
    IdentityClientResponse constructor sets response data from existing object.
    Syntax
    public IdentityClientResponse( 
       IdentityClientResponse data
    )
    public:
    IdentityClientResponse( 
       IdentityClientResponse^ data
    )

    Parameters

    data
    IdentityClientResponse object with data to be set.
    See Also