HostedApplication.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.
Get the application ID.
public:
abstract property Guid ApplicationID { Guid get(); };
public abstract Guid ApplicationID { get; }
member this.ApplicationID : Guid
Public MustOverride ReadOnly Property ApplicationID As Guid