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