Class DontSerialize
Properties decorated with this Attribute wont be serialized.
Implements
Inherited Members
Namespace: VISABConnector
Assembly: VISABConnector.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class DontSerialize : Attribute, _Attribute