 | VariantGroupDtoIsProductSpecific Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsProductSpecific { get; set; }
Public Property IsProductSpecific As Boolean
Get
Set
public:
property bool IsProductSpecific {
bool get ();
void set (bool value);
}
member IsProductSpecific : bool with get, set
Property Value
Type:
Boolean
See Also