Eplan Platform API
Eplan.IdentityClient Namespace / AuthenticationData Class / IdentityToken Property

In This Topic
    IdentityToken Property
    In This Topic
    IdentityClient token.
    Syntax
    public string IdentityToken {get; set;}
    public:
    property String^ IdentityToken {
       String^ get();
       void set (    String^ value);
    }
    See Also