StoreProduct.IsInUserCollection Propiedad

Definición

Obtiene un valor que indica si el usuario actual tiene derecho a usar la SKU predeterminada del producto.

public:
 property bool IsInUserCollection { bool get(); };
bool IsInUserCollection();
public bool IsInUserCollection { get; }
var boolean = storeProduct.isInUserCollection;
Public ReadOnly Property IsInUserCollection As Boolean

Valor de propiedad

Boolean

bool

True si el usuario actual tiene derecho a usar la SKU predeterminada del producto; de lo contrario, false.

Se aplica a