ProcessNamingRulesResult.RuleSets Property
Public Property RuleSets() As List(Of NamingRuleSet)
This language is not supported or no code example is available.
public List<NamingRuleSet> RuleSets {get; set;}
This language is not supported or no code example is available.
public:
property List<NamingRuleSet^>^ RuleSets {
List<NamingRuleSet^>^ get( );
void set(
List<NamingRuleSet^>^ value
);
}
This language is not supported or no code example is available.