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;}