Exemple #1
0
 def _GetAdmxElementType(self, policy):
     '''Returns the ADMX element type for a particular Policy.'''
     return AdmxElementType.GetType(policy, allow_multi_strings=False)
 def _GetAdmxElementType(self, policy):
   return AdmxElementType.GetType(policy, allow_multi_strings = True)