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

In This Topic
    OrganizationUserId Property
    In This Topic
    EPLAN Cloud user ID in the organization.
    Syntax
    public string OrganizationUserId {get; set;}
    public:
    property String^ OrganizationUserId {
       String^ get();
       void set (    String^ value);
    }
    See Also