0
fengol created
1 Answer(s)
-
0
Hi,
You can use TenantManager to do this.
await TenantManager.SetFeatureValueAsync(1, "FeatureName", "FeatureValue");
Thanks.