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