コード例 #1
0
        public async void ApplyProperties()
        {
            var obj = new OrganizationObjectData(); var guid_list = new List <string>()

            {
                "1", "2"
            };
            bool result = await _orgService.ApplyProperties(obj, guid_list);

            Assert.True(result);
        }