Share via


ProductSku.TargetType Property

Definition

Gets or sets the target type of a product. It can be used to filter products which are applicable to user or tenant. For example, if we need to know all products applicable to user , we can filter where target type == "User".

public string TargetType { get; set; }
member this.TargetType : string with get, set
Public Property TargetType As String

Property Value

Applies to