Class SkipSynchronisationAttribute

Namespace
Datamine.MineTrustConnector.Core
Assembly
Datamine.MineTrustConnector.Core.dll

Property attribute which indicates that the decorated property is a local setting and should be redacted by MT Connector before entering synchronisation logic.

[AttributeUsage(AttributeTargets.Property)]
public class SkipSynchronisationAttribute : Attribute
Inheritance
SkipSynchronisationAttribute
Inherited Members

See Also