Touchstone 11.0 API Reference
PropertySpecificRuleSetSid Property


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > AugmentationOptions Class : PropertySpecificRuleSetSid Property
(Required) Contains the Touchstone®-generated Sequential Identifier (SID) that uniquely identifies the property-specific Rule Set that you would like to apply in order to perform data augmentation during a Data Quality Analysis.
Syntax
Public Property PropertySpecificRuleSetSid As Nullable(Of Integer)
Dim instance As AugmentationOptions
Dim value As Nullable(Of Integer)
 
instance.PropertySpecificRuleSetSid = value
 
value = instance.PropertySpecificRuleSetSid
public Nullable<int> PropertySpecificRuleSetSid {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AugmentationOptions Class
AugmentationOptions Members