StoreSku.IsInUserCollection Proprietà

Definizione

Ottiene un valore che indica se l'utente corrente ha il diritto di usare lo SKU del prodotto corrente.

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

Valore della proprietà

Boolean

bool

True se l'utente corrente ha il diritto di usare lo SKU del prodotto corrente; in caso contrario, false.

Si applica a