active-directory-dotnet-graphapi-console icon indicating copy to clipboard operation
active-directory-dotnet-graphapi-console copied to clipboard

Update setting an extension property

Open dkershaw10 opened this issue 10 years ago • 1 comments

The sample takes a short cut that assumes that the extension property name comes from a property on the application. This won't always be accessible. We should show a different way to "build" the extension property name.

dkershaw10 avatar Aug 04 '15 18:08 dkershaw10

      private string FormatExtensionPropertyName(string name)
      {
         return $"extension_{_managementAppClientId.Replace("-", "")}_{name}";
      }

aloneguid avatar Jan 20 '16 12:01 aloneguid