InternalApplicationIdentityHelper.GetInternalAppId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IDefinitionAppId Interface representing the unique identifier of an ApplicationIdentity object.
public:
static System::Object ^ GetInternalAppId(ApplicationIdentity ^ id);
public static object GetInternalAppId (ApplicationIdentity id);
[System.Security.SecurityCritical]
public static object GetInternalAppId (ApplicationIdentity id);
static member GetInternalAppId : ApplicationIdentity -> obj
[<System.Security.SecurityCritical>]
static member GetInternalAppId : ApplicationIdentity -> obj
Public Shared Function GetInternalAppId (id As ApplicationIdentity) As Object
Parameters
The object from which to extract the identifier.
Returns
The unique identifier held by the ApplicationIdentity object.
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.