MagConfigInfoCoercivity Property 
             | 
          
        
         
            Coercivity of magnetic card: (high or low)
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<CoercivityType> Coercivity { get; set; }Public Property Coercivity As Nullable(Of CoercivityType)
	Get
	Set
public:
property Nullable<CoercivityType> Coercivity {
	Nullable<CoercivityType> get ();
	void set (Nullable<CoercivityType> value);
}Property Value
Type: 
NullableCoercivityType
See Also