ExternalApplication.ApplicationID Property
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 the unique ID for the application as given in the database.
public:
virtual property Guid ApplicationID { Guid get(); };
public override Guid ApplicationID { get; }
member this.ApplicationID : Guid
Public Overrides ReadOnly Property ApplicationID As Guid