DSCResources/MSFT_xDnsClientGlobalSetting/MSFT_xDnsClientGlobalSetting.data.psd1

@{
    ParameterList = @(
        @{ Name = 'SuffixSearchList'; Type = 'String'  },
        @{ Name = 'UseDevolution';    Type = 'Boolean' },
        @{ Name = 'DevolutionLevel';  Type = 'Uint32'  }
    )
}