Community Tip - Help us improve the PTC Community by taking this short Community Survey! X
Thingshapeのサービスから自身が現在ログインしているユーザー名を取得する方法を教えてください。
How do I get the name of the user currently logged in from Thingshape's service?
var currentLoggedInUser = Resources["CurrentSessionInfo"].GetCurrentUser();
Thank you Carles. it move!