Class GetAppIdResult
public sealed record GetAppIdResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetAppIdResult>
- Inheritance
-
EmptyResultGetAppIdResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetAppIdResult(string?, string?)
public GetAppIdResult(string? AppId, string? RecommendedId)
Parameters
AppIdstringApp id, either from manifest's id attribute or computed from start_url
RecommendedIdstringRecommendation for manifest's id attribute to match current id computed from start_url
Properties
AppId
App id, either from manifest's id attribute or computed from start_url
public string? AppId { get; init; }
Property Value
RecommendedId
Recommendation for manifest's id attribute to match current id computed from start_url
public string? RecommendedId { get; init; }